public class KeyStoreException extends GeneralSecurityException
| Constructor and Description |
|---|
KeyStoreException()
Create a new instance detailed error message.
|
KeyStoreException(java.lang.String msg)
Create a new instance with a detailed error message.
|
KeyStoreException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
KeyStoreException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public KeyStoreException()
public KeyStoreException(java.lang.String msg)
msg - the descriptive error messagepublic KeyStoreException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic KeyStoreException(java.lang.Throwable cause)
cause - the cause