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(java.lang.String msg)
This method initializes a new instance of
KeyException
with a descriptive message. |
KeyException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
KeyException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public KeyException()
KeyException
with no descriptive message.public KeyException(java.lang.String msg)
KeyException
with a descriptive message.msg - the descriptive messagepublic KeyException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic KeyException(java.lang.Throwable cause)
cause - the cause