public class KeyManagementException extends KeyException
Key,
Serialized Form| Constructor and Description |
|---|
KeyManagementException()
Create a new instance with no descriptive error message.
|
KeyManagementException(java.lang.String msg)
Create a new instance with a descriptive error message.
|
KeyManagementException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
KeyManagementException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public KeyManagementException()
public KeyManagementException(java.lang.String msg)
msg - the descriptive error messagepublic KeyManagementException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic KeyManagementException(java.lang.Throwable cause)
cause - the cause