com.coyotegulch.jisp

Class KeyNotFound

public class KeyNotFound extends DatabaseException

* An 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.

See Also: ObjectIndex

Constructor Summary
KeyNotFound()
Constructs a new KeyNotFound with null as its error message string.
KeyNotFound(String s)
Constructs a new KeyNotFound with s as its error message string.

Constructor Detail

KeyNotFound

public KeyNotFound()
Constructs a new KeyNotFound with null as its error message string.

KeyNotFound

public KeyNotFound(String s)
Constructs a new KeyNotFound with s as its error message string.

Parameters: s Error message string.