java.security
public class KeyStoreException extends GeneralSecurityException
Since: 1.2
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
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. |
Parameters: msg the descriptive error message
Parameters: s the descriptive error message cause the cause
Since: 1.5
Parameters: cause the cause
Since: 1.5