Package io.camunda.zeebe.backup.azure
Class AzureBackupStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.backup.azure.AzureBackupStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AzureBackupStoreException.BlobAlreadyExists,AzureBackupStoreException.ContainerDoesNotExist
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAzureBackupStoreException(String message) protectedAzureBackupStoreException(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
-
AzureBackupStoreException
-
AzureBackupStoreException
-