com.objectwave.exception
Class NotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.objectwave.exception.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends java.lang.Exception

Generic exception to represent situations when the requested data could not be located.

Version:
$Id: NotFoundException.java,v 2.0 2001/06/11 15:46:53 dave_hoag Exp $
See Also:
Serialized Form

Constructor Summary
NotFoundException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotFoundException

public NotFoundException(java.lang.String message)