Class BackupRestoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.backuprestore.exception.BackupRestoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataConversionException
,NotPermittedException
,SpaceKeyExistBackupRestoreException
,TheSameSpaceBackupRestoreJobAlreadyInProgressException
General exception class for all exceptions related to backup/restore process.
- Since:
- 7.17.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBackupRestoreException
(String message) BackupRestoreException
(String message, Throwable cause) BackupRestoreException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackupRestoreException
-
BackupRestoreException
-
BackupRestoreException
-