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