Uses of Class
backupmanager.action.BackupException
Packages that use BackupException
- 
Uses of BackupException in backupmanager.action
Methods in backupmanager.action that throw BackupExceptionModifier and TypeMethodDescriptionbooleanCopyFile.checkDestinationPath(String destination) CopyFile.createDestinationFile(BackupStream backupStream, String destination, StreamItem streamItem) Create the destination File object (not an actual file, the Java File object that identifies is).abstract booleanBackupAction.doAction(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) Perform a backup action.booleanCopyFile.doAction(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) booleanDeleteFile.doAction(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) protected booleanCopyFile.fileAction(File source, File dest) protected booleanMoveFile.fileAction(File source, File dest)  - 
Uses of BackupException in backupmanager.stream
Methods in backupmanager.stream that throw BackupExceptionModifier and TypeMethodDescriptionbooleanBackupStream.doAction(BackupManager backupManager, BackupAction action, StreamItem streamItem) Carry out some action or other on the stream item. - 
Uses of BackupException in generalDatabase.backup
Methods in generalDatabase.backup that throw BackupExceptionModifier and TypeMethodDescriptionCopyDatabaseFile.createDestinationFile(BackupStream backupStream, String destination, StreamItem streamItem) booleanDatabaseBackupStream.doAction(BackupManager backupManager, BackupAction action, StreamItem streamItem) booleanSQLCloneDatabase.doAction(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem)