Package org.fcrepo.kernel.api.exception
Class InvalidChecksumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.InvalidChecksumException
- All Implemented Interfaces:
Serializable
Exception thrown when the calculated digest does not match the stored digest
- Since:
- Mar 10, 2013
- Author:
- ajs6f
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidChecksumException
Exception with message- Parameters:
message- the message
-