public class InvalidKeyException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the serial version UID to unify this class.
|
Constructor and Description |
---|
InvalidKeyException()
The key element of an associated map is invalid.
|
InvalidKeyException(java.lang.String message_)
The key element of an associated map is invalid.
|
InvalidKeyException(java.lang.String message_,
java.lang.Throwable cause_)
The key element of an associated map is invalid.
|
InvalidKeyException(java.lang.Throwable cause_)
The key element of an associated map is invalid.
|
public static final long serialVersionUID
public InvalidKeyException()
public InvalidKeyException(java.lang.String message_)
message_
- Is the message.public InvalidKeyException(java.lang.Throwable cause_)
cause_
- Is the throwable cause of this exception.public InvalidKeyException(java.lang.String message_, java.lang.Throwable cause_)
message_
- Is the message.cause_
- Is the throw able cause of this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft