Package io.camunda.zeebe.backup.s3
Class S3BackupStoreException.BackupCompressionFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.backup.s3.S3BackupStoreException
io.camunda.zeebe.backup.s3.S3BackupStoreException.BackupCompressionFailed
- All Implemented Interfaces:
Serializable
- Enclosing class:
- S3BackupStoreException
public static final class S3BackupStoreException.BackupCompressionFailed
extends S3BackupStoreException
Thrown when compression of backup contents failed. This is expected when there's no space
available to create a temporary file for the compressed contents but may happen in other cases
as well.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.camunda.zeebe.backup.s3.S3BackupStoreException
S3BackupStoreException.BackupCompressionFailed, S3BackupStoreException.BackupDeletionIncomplete, S3BackupStoreException.BackupInInvalidStateException, S3BackupStoreException.BackupReadException, S3BackupStoreException.ManifestParseException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackupCompressionFailed
-