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

Constructor Index

 o UnknownKeyException()
Construct without a message
 o UnknownKeyException(String)
Construct with a message

Constructors

 o UnknownKeyException
 public UnknownKeyException()
Construct without a message

 o UnknownKeyException
 public UnknownKeyException(String s)
Construct with a message


All Packages  Class Hierarchy  This Package  Previous  Next  Index