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
public class FixityCheckException extends OcflJavaException
Indicates that a calculated digest does not match the expected digest- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FixityCheckException()
FixityCheckException(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
-
-