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

public class BackupRestoreException extends Exception
General exception class for all exceptions related to backup/restore process.
Since:
7.17.0
See Also:
  • Constructor Details

    • BackupRestoreException

      public BackupRestoreException(Throwable cause)
    • BackupRestoreException

      public BackupRestoreException(String message)
    • BackupRestoreException

      public BackupRestoreException(String message, Throwable cause)