de.unidu.is.retrieval
Class DocumentNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.unidu.is.retrieval.DocumentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DocumentNotFoundException
extends java.lang.Exception

Signals that the document could not be found.

Since:
2004-03-17
Version:
$Revision: 1.4 $, $Date: 2005/02/21 17:29:22 $
Author:
Henrik Nottelmann
See Also:
Serialized Form

Constructor Summary
DocumentNotFoundException()
          Creates a new instance.
DocumentNotFoundException(java.lang.String message)
          Creates a new instance.
DocumentNotFoundException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance.
DocumentNotFoundException(java.lang.Throwable cause)
          Creates a new instance.
 
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

DocumentNotFoundException

public DocumentNotFoundException()
Creates a new instance.


DocumentNotFoundException

public DocumentNotFoundException(java.lang.String message)
Creates a new instance.

Parameters:
message - further message

DocumentNotFoundException

public DocumentNotFoundException(java.lang.String message,
                                 java.lang.Throwable cause)
Creates a new instance.

Parameters:
message - further message
cause - the cause for this exception

DocumentNotFoundException

public DocumentNotFoundException(java.lang.Throwable cause)
Creates a new instance.

Parameters:
cause - the cause for this exception