public class KeyStoreException extends GeneralSecurityException
Constructor and Description |
---|
KeyStoreException()
Create a new instance detailed error message.
|
KeyStoreException(String msg)
Create a new instance with a detailed error message.
|
KeyStoreException(String s,
Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
KeyStoreException(Throwable cause)
Create a new instance with a cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KeyStoreException()
public KeyStoreException(String msg)
msg
- the descriptive error messagepublic KeyStoreException(String s, Throwable cause)
s
- the descriptive error messagecause
- the causepublic KeyStoreException(Throwable cause)
cause
- the cause