public class KeyManagementException extends KeyException
Key,
Serialized Form| Constructor and Description |
|---|
KeyManagementException()
Create a new instance with no descriptive error message.
|
KeyManagementException(String msg)
Create a new instance with a descriptive error message.
|
KeyManagementException(String s,
Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
KeyManagementException(Throwable cause)
Create a new instance with a cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeyManagementException()
public KeyManagementException(String msg)
msg - the descriptive error messagepublic KeyManagementException(String s, Throwable cause)
s - the descriptive error messagecause - the causepublic KeyManagementException(Throwable cause)
cause - the cause