DigestExceptionpublic class DigestException extends GeneralSecurityException This is the generic Message Digest exception. |
Constructors Summary |
---|
public DigestException()Constructs a DigestException with no detail message. (A
detail message is a String that describes this particular
exception.)
super();
| public DigestException(String msg)Constructs a DigestException with the specified detail
message. (A detail message is a String that describes this
particular exception.)
super(msg);
|
|