Package 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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DigestException()
DigestException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
DigestException
public DigestException()
-
DigestException
public DigestException(String var0)
-
-