database
Class DatabaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--database.DatabaseException
Direct Known Subclasses:
NotFoundException

public class DatabaseException
extends Exception

Thrown to indicate that some error condition in the Database package has occured.

Version:
$Id: DatabaseException.java,v 1.1.1.2 2002/05/08 22:48:28 tep Exp $
Author:
Per Harald Myrvang <perm@pasta.cs.uit.no>
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DatabaseException()
           
DatabaseException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DatabaseException

public DatabaseException()

DatabaseException

public DatabaseException(String s)