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