All Packages Class Hierarchy This Package Previous Next Index
Class jdbm.KeyExistsException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----jdbm.KeyExistsException
- public class KeyExistsException
- extends Exception
-
KeyExistsException()
-
-
KeyExistsException(Database, byte[])
-
-
KeyExistsException(String)
-
-
getDatabase()
- Returns data base on which problem happened.
-
getKey()
- Returns offending key.
KeyExistsException
public KeyExistsException()
KeyExistsException
public KeyExistsException(String msg)
KeyExistsException
public KeyExistsException(Database db,
byte key[])
getDatabase
public Database getDatabase()
- Returns data base on which problem happened.
getKey
public byte[] getKey()
- Returns offending key.
All Packages Class Hierarchy This Package Previous Next Index