Package io.camunda.zeebe.snapshots.impl
Class InvalidSnapshotChecksum
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.util.exception.UnrecoverableException
io.camunda.zeebe.snapshots.impl.InvalidSnapshotChecksum
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSnapshotChecksum(Throwable cause, Path snapshotPath, long expectedChecksum, long actualChecksum) InvalidSnapshotChecksum(Path snapshotPath, long expectedChecksum, long actualChecksum) -
Method Summary
Modifier and TypeMethodDescriptionlonglongMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSnapshotChecksum
-
InvalidSnapshotChecksum
-
-
Method Details
-
getSnapshotPath
-
getExpectedChecksum
public long getExpectedChecksum() -
getActualChecksum
public long getActualChecksum()
-