public class KeyManagementException extends KeyException
Key
,
Serialized FormConstructor 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, toString
public 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