Package io.camunda.webapps.backup
Class BackupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.webapps.backup.BackupException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BackupException.BackupRepositoryConnectionException,BackupException.InvalidRequestException,BackupException.MissingRepositoryException,BackupException.ResourceNotFoundException
public sealed class BackupException
extends RuntimeException
permits BackupException.InvalidRequestException, BackupException.ResourceNotFoundException, BackupException.BackupRepositoryConnectionException, BackupException.MissingRepositoryException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionBackupException(String message) BackupException(String message, Exception 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
-
BackupException
-
BackupException
-