java.security
public class DigestException extends GeneralSecurityException
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
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. |
Parameters: msg the descriptive message
Parameters: s the descriptive error message cause the cause
Since: 1.5
Parameters: cause the cause
Since: 1.5