java.security

Class KeyStoreException

public class KeyStoreException extends GeneralSecurityException

Indicates a problem with the key store.

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.

Constructor Detail

KeyStoreException

public KeyStoreException()
Create a new instance detailed error message.

KeyStoreException

public KeyStoreException(String msg)
Create a new instance with a detailed error message.

Parameters: msg the descriptive error message

KeyStoreException

public KeyStoreException(String s, Throwable cause)
Create a new instance with a descriptive error message and a cause.

Parameters: s the descriptive error message cause the cause

Since: 1.5

KeyStoreException

public KeyStoreException(Throwable cause)
Create a new instance with a cause.

Parameters: cause the cause

Since: 1.5