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