public class BackupAndRestoreException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE_BACKUP_FAILED |
static int |
CODE_RESTORE_FAILED |
static int |
CODE_RESTORE_INVALID_KEYSTORE_FORMAT |
static int |
CODE_UNEXPECTED |
| Constructor and Description |
|---|
BackupAndRestoreException(int code,
java.lang.String message) |
BackupAndRestoreException(int code,
java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
public static final int CODE_UNEXPECTED
public static final int CODE_BACKUP_FAILED
public static final int CODE_RESTORE_FAILED
public static final int CODE_RESTORE_INVALID_KEYSTORE_FORMAT