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