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