KeyExceptionpublic class KeyException extends GeneralSecurityException This is the basic key exception. |
Constructors Summary |
---|
public KeyException()Constructs a KeyException with no detail message. A detail
message is a String that describes this particular exception.
super();
| public KeyException(String msg)Constructs a KeyException with the specified detail message.
A detail message is a String that describes this particular
exception.
super(msg);
|
|