java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.DigestException
- All Implemented Interfaces:
Serializable
This is the generic Message Digest exception.
- Since:
- 1.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a DigestException with no detail message.DigestException
(String msg) Constructs a DigestException with the specified detail message.DigestException
(String message, Throwable cause) Creates aDigestException
with the specified detail message and cause.