Package nl.knaw.dans.bagit.exceptions
Class UnsupportedAlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.knaw.dans.bagit.exceptions.UnsupportedAlgorithmException
- All Implemented Interfaces:
Serializable
When the bag uses an checksum algorithm that is not supported by
MessageDigest
.- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUnsupportedAlgorithmException
(String message, String bagitAlgorithmName, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnsupportedAlgorithmException
-