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