Package com.pkgrove.pkgrovekit.storage
Class ChecksumMismatchException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ChecksumMismatchException extends StorageException
Content did not match its declared/stored checksum. Fails VISIBLY, always.
-
-
Constructor Summary
Constructors Constructor Description ChecksumMismatchException(ObjectKey key, String expectedBase64, String actualBase64, Throwable cause)
-
Method Summary
Modifier and Type Method Description final ObjectKeygetKey()final StringgetExpectedBase64()final StringgetActualBase64()-
Methods inherited from class com.pkgrove.pkgrovekit.storage.StorageException
getRetrySafe -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getExpectedBase64
final String getExpectedBase64()
-
getActualBase64
final String getActualBase64()
-
-
-
-