java.security
Class DigestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.DigestException
- All Implemented Interfaces:
- Serializable
public class DigestException
- extends GeneralSecurityException
This class represents exceptions for message digest computation.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DigestException
public DigestException(String msg)
- Constructs a new instance of this class with its walkback and message
filled in.
- Parameters:
msg - String The detail message for the exception.
DigestException
public DigestException()
- Constructs a new instance of this class with its walkback filled in.
DigestException
public DigestException(String message,
Throwable cause)
DigestException
public DigestException(Throwable cause)
Please submit a feedback, bug or feature