Package java.security
Class KeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- java.security.KeyException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidKeyException
,KeyManagementException
public class KeyException extends GeneralSecurityException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyException()
KeyException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
KeyException
public KeyException()
-
KeyException
public KeyException(String var0)
-
-