All Packages Class Hierarchy This Package Previous Next Index
Class test.remote.UnknownKeyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----test.remote.UnknownKeyException
- public class UnknownKeyException
- extends Exception
This exception is thrown from the database if it does not know a specific key.
- Version:
- 1.0
- Author:
- Markus Jäger
-
UnknownKeyException()
- Construct without a message
-
UnknownKeyException(String)
- Construct with a message
UnknownKeyException
public UnknownKeyException()
- Construct without a message
UnknownKeyException
public UnknownKeyException(String s)
- Construct with a message
All Packages Class Hierarchy This Package Previous Next Index