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
AnObjectIndexthrowsKeyNotFoundwhen 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 newKeyNotFoundwith null as its error message string.KeyNotFound(java.lang.String s)Constructs a newKeyNotFoundwithsas its error message string.
-