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
,TheSameSpaceBackupRestoreJobAlreadyInProgressException
public class BackupRestoreException extends Exception
General exception class for all exceptions related to backup/restore process.- Since:
- 7.17.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackupRestoreException(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
-
-