This is the basic key exception.
See Also:Key See Also:InvalidKeyException version: 1.14 00/02/02
Constructor Summary
public
KeyException() Constructs a KeyException with no detail message.
public
KeyException(String msg) Constructs a KeyException with the specified detail message.
A detail message is a String that describes this particular
exception.
Parameters: msg - the detail message.
Constructs a KeyException with the specified detail message.
A detail message is a String that describes this particular
exception.
Parameters: msg - the detail message.