public class KeyNotFoundException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static KeyNotFoundException |
INSTANCE
A static Exception used to avoid creating a new one every time
|
private static long |
serialVersionUID
The serial version UUID
|
| Constructor and Description |
|---|
KeyNotFoundException()
Creates a new instance of KeyNotFoundException.
|
KeyNotFoundException(java.lang.String explanation)
Creates a new instance of KeyNotFoundException.
|
KeyNotFoundException(java.lang.String explanation,
java.lang.Throwable cause)
Creates a new instance of KeyNotFoundException.
|
KeyNotFoundException(java.lang.Throwable cause)
Creates a new instance of KeyNotFoundException.
|
private static final long serialVersionUID
public static final KeyNotFoundException INSTANCE
public KeyNotFoundException()
public KeyNotFoundException(java.lang.String explanation)
explanation - The message associated with the exceptionpublic KeyNotFoundException(java.lang.Throwable cause)
public KeyNotFoundException(java.lang.String explanation,
java.lang.Throwable cause)
explanation - The message associated with the exceptioncause - The root cause for this exception