| com.sun.midp.crypto.KeyException
KeyException | public class KeyException extends CryptoException (Code) | | This is the basic key exception.
|
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. |
KeyException | public KeyException()(Code) | | Constructs a KeyException with no detail message. A detail
message is a String that describes this particular exception.
|
KeyException | public KeyException(String msg)(Code) | | Constructs a KeyException with the specified detail message.
A detail message is a String that describes this particular
exception.
Parameters: msg - the detail message. |
|
|