Package io.camunda.zeebe.backup.gcs
Class GcsBackupStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.backup.gcs.GcsBackupStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GcsBackupStoreException.ConfigurationException
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGcsBackupStoreException(String message) GcsBackupStoreException(String message, Throwable 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
-
GcsBackupStoreException
-
GcsBackupStoreException
-