Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | InvalidKeyException(String
the detail message. msg)Constructs an |
public | InvalidKeyException(String
the detail message (which is saved for later retrieval
by the message, Throwable getMessage() method).the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Creates an |
public | InvalidKeyException(Throwable
the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Creates an |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
InvalidKeyException | back to summary |
---|---|
public InvalidKeyException() Constructs an |
InvalidKeyException | back to summary |
---|---|
public InvalidKeyException(String msg) Constructs an
|
InvalidKeyException | back to summary |
---|---|
public InvalidKeyException(String message, Throwable cause) Creates an
|
InvalidKeyException | back to summary |
---|---|
public InvalidKeyException(Throwable cause) Creates an
|