java.security
public class DigestException extends GeneralSecurityException
Constructor and Description |
---|
DigestException()
Create a new instance with no descriptive message.
|
DigestException(String msg)
Create a new instance with a descriptive error message.
|
DigestException(String s,
Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
DigestException(Throwable cause)
Create a new instance with a cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DigestException()
public DigestException(String msg)
msg
- the descriptive messagepublic DigestException(String s, Throwable cause)
s
- the descriptive error messagecause
- the causepublic DigestException(Throwable cause)
cause
- the cause