Package io.camunda.zeebe.backup.s3
Class S3BackupStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.backup.s3.S3BackupStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
S3BackupStoreException.BackupCompressionFailed,S3BackupStoreException.BackupDeletionIncomplete,S3BackupStoreException.BackupInInvalidStateException,S3BackupStoreException.BackupReadException,S3BackupStoreException.ManifestParseException
public abstract sealed class S3BackupStoreException
extends RuntimeException
permits S3BackupStoreException.ManifestParseException, S3BackupStoreException.BackupReadException, S3BackupStoreException.BackupInInvalidStateException, S3BackupStoreException.BackupDeletionIncomplete, S3BackupStoreException.BackupCompressionFailed
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThrown when compression of backup contents failed.static final classThrown when not all objects belonging to a backup were deleted successfully.static final classThrown when the backup is in an invalid state, for example when attempting to restore a failed backup or deleting an in progress backup.static final classThrown when reading some parts of the backup from S3 failed.static final classThrown when theManifestobject exists but can't be parsed. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString