Class TheSameSpaceBackupRestoreJobAlreadyInProgressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.backuprestore.exception.BackupRestoreException
-
- com.atlassian.confluence.backuprestore.exception.TheSameSpaceBackupRestoreJobAlreadyInProgressException
-
- All Implemented Interfaces:
Serializable
public class TheSameSpaceBackupRestoreJobAlreadyInProgressException extends BackupRestoreException
It is thrown when another space backup/restore operation is in progress or in the queue.- Since:
- 7.17.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TheSameSpaceBackupRestoreJobAlreadyInProgressException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TheSameSpaceBackupRestoreJobAlreadyInProgressException
public TheSameSpaceBackupRestoreJobAlreadyInProgressException(String message)
-
-