Package io.ocfl.api.exception
Class FixityCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
io.ocfl.api.exception.FixityCheckException
- All Implemented Interfaces:
Serializable
Indicates that a calculated digest does not match the expected digest
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFixityCheckException
(String message) FixityCheckException
(String message, Throwable cause) FixityCheckException
(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
-
FixityCheckException
public FixityCheckException() -
FixityCheckException
-
FixityCheckException
-
FixityCheckException
-