public class KeyIllegalKeyTypeError extends KeyError
Examples include:
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Serialization version.
|
Constructor and Description |
---|
KeyIllegalKeyTypeError()
Creates a KeyIllegalKeyTypeError exception.
|
KeyIllegalKeyTypeError(java.lang.String message)
Creates a KeyIllegalKeyTypeError exception.
|
public static final long serialVersionUID
public KeyIllegalKeyTypeError()
public KeyIllegalKeyTypeError(java.lang.String message)
message
- String to include in the exception.