Package io.camunda.zeebe.backup.s3
Class S3BackupStoreException.ManifestParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.backup.s3.S3BackupStoreException
io.camunda.zeebe.backup.s3.S3BackupStoreException.ManifestParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- S3BackupStoreException
public static final class S3BackupStoreException.ManifestParseException
extends S3BackupStoreException
Thrown when the
Manifest object exists but can't be parsed. This is unlikely to be
recoverable and indicates a corrupted backup.- 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
-
ManifestParseException
-