All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdbm.FileUnavailableException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----jdbm.FileUnavailableException

public class FileUnavailableException
extends Exception

Constructor Index

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

Method Index

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

Constructors

 o FileUnavailableException
 public FileUnavailableException()
 o FileUnavailableException
 public FileUnavailableException(String msg)
 o FileUnavailableException
 public FileUnavailableException(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