public class KeyStoreException extends GeneralSecurityException
KeyStoreException is a general KeyStore exception.KeyStore,
Serialized Form| Constructor and Description |
|---|
KeyStoreException()
Constructs a new instance of
KeyStoreException. |
KeyStoreException(String msg)
Constructs a new instance of
KeyStoreException with the
given message. |
KeyStoreException(String message,
Throwable cause)
Constructs a new instance of
KeyStoreException with the
given message and the cause. |
KeyStoreException(Throwable cause)
Constructs a new instance of
KeyStoreException with the
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeyStoreException(String msg)
KeyStoreException with the
given message.msg - the detail message for this exception.public KeyStoreException()
KeyStoreException.public KeyStoreException(String message, Throwable cause)
KeyStoreException with the
given message and the cause.message - the detail message for this exception.cause - the exception which is the cause for this exception.public KeyStoreException(Throwable cause)
KeyStoreException with the
cause.cause - the exception which is the cause for this exception.