public class DigestException extends GeneralSecurityException
DigestException is a general message digest exception.| Constructor and Description |
|---|
DigestException()
Constructs a new instance of
DigestException. |
DigestException(String msg)
Constructs a new instance of
DigestException with the
given message. |
DigestException(String message,
Throwable cause)
Constructs a new instance of
DigestException with the
given message and the cause. |
DigestException(Throwable cause)
Constructs a new instance of
DigestException with the
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DigestException(String msg)
DigestException with the
given message.msg - the detail message for this exception.public DigestException()
DigestException.public DigestException(String message, Throwable cause)
DigestException with the
given message and the cause.message - the detail message for this exception.cause - the exception which is the cause for this exception.public DigestException(Throwable cause)
DigestException with the
cause.cause - the exception which is the cause for this exception.