Package com.coyotegulch.jisp
Class KeyNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.coyotegulch.jisp.DatabaseException
-
- com.coyotegulch.jisp.KeyNotFound
-
- All Implemented Interfaces:
java.io.Serializable
public class KeyNotFound extends DatabaseException
AnObjectIndex
throwsKeyNotFound
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
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyNotFound()
Constructs a newKeyNotFound
with null as its error message string.KeyNotFound(java.lang.String s)
Constructs a newKeyNotFound
withs
as its error message string.
-