database
Class NotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--database.DatabaseException
                    |
                    +--database.NotFoundException

public class NotFoundException
extends DatabaseException

Thrown to indicate that the object of a search wasn't found.

Version:
$Id: NotFoundException.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
NotFoundException()
           
NotFoundException(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

NotFoundException

public NotFoundException()

NotFoundException

public NotFoundException(String s)