Package io.camunda.zeebe.backup.gcs
Class GcsBackupStoreException.ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.backup.gcs.GcsBackupStoreException
io.camunda.zeebe.backup.gcs.GcsBackupStoreException.ConfigurationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GcsBackupStoreException.ConfigurationException.CouldNotAccessBucketException
- Enclosing class:
- GcsBackupStoreException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classNested classes/interfaces inherited from class io.camunda.zeebe.backup.gcs.GcsBackupStoreException
GcsBackupStoreException.ConfigurationException, GcsBackupStoreException.InvalidPersistedManifestState, GcsBackupStoreException.UnexpectedManifestState -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String message) ConfigurationException(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
-
ConfigurationException
-
ConfigurationException
-