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