Package io.camunda.zeebe.snapshots
Class SnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.snapshots.SnapshotException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SnapshotException.CorruptedSnapshotException,SnapshotException.SnapshotAlreadyExistsException,SnapshotException.SnapshotCopyForBootstrapException,SnapshotException.SnapshotNotFoundException,SnapshotException.StateClosedException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSnapshotException(String message) SnapshotException(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
-
SnapshotException
-
SnapshotException
-