public class KeyNotFound extends DatabaseException
ObjectIndex
throws KeyNotFound
when a requested key
is not found in the index. Each concrete index class * determines the circumstances under which this exception is thrown.
ObjectIndex
,
Serialized FormConstructor | Description |
---|---|
KeyNotFound() |
Constructs a new
KeyNotFound with null as its error message string. |
KeyNotFound(java.lang.String s) |
Constructs a new
KeyNotFound with s as its error message string. |