uk.co.lothianproductions.httpd.document
Class DocumentNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.co.lothianproductions.util.CleverException
              extended byuk.co.lothianproductions.httpd.document.DocumentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DocumentNotFoundException
extends uk.co.lothianproductions.util.CleverException

Version:
$Revision: 1.1 $, $Date: 2003/12/10 13:47:22 $
Author:
Aidan Fitzpatrick
See Also:
Serialized Form

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

Constructor Detail

DocumentNotFoundException

public DocumentNotFoundException(java.lang.String message)

DocumentNotFoundException

public DocumentNotFoundException(java.lang.String message,
                                 java.lang.Throwable e)