public class DigestException extends GeneralSecurityException
| Constructor and Description |
|---|
DigestException()
Create a new instance with no descriptive message.
|
DigestException(java.lang.String msg)
Create a new instance with a descriptive error message.
|
DigestException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
DigestException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public DigestException()
public DigestException(java.lang.String msg)
msg - the descriptive messagepublic DigestException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic DigestException(java.lang.Throwable cause)
cause - the cause