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

Constructor Index

 o KeyExistsException()
 o KeyExistsException(Database, byte[])
 o KeyExistsException(String)

Method Index

 o getDatabase()
Returns data base on which problem happened.
 o getKey()
Returns offending key.

Constructors

 o KeyExistsException
 public KeyExistsException()
 o KeyExistsException
 public KeyExistsException(String msg)
 o KeyExistsException
 public KeyExistsException(Database db,
                           byte key[])

Methods

 o getDatabase
 public Database getDatabase()
Returns data base on which problem happened.

 o getKey
 public byte[] getKey()
Returns offending key.


All Packages  Class Hierarchy  This Package  Previous  Next  Index