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
public class InvalidChecksumException extends RepositoryRuntimeException
Exception thrown when the calculated digest does not match the stored digest- Since:
- Mar 10, 2013
- Author:
- ajs6f
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidChecksumException(String message)
Exception with message
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidChecksumException
public InvalidChecksumException(String message)
Exception with message- Parameters:
message
- the message
-
-