de.unidu.is.retrieval
Class DocumentNotStorableException

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

public class DocumentNotStorableException
extends java.lang.Exception

Signals that the document could not be stored.

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

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

DocumentNotStorableException

public DocumentNotStorableException()
Creates a new instance.


DocumentNotStorableException

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

Parameters:
message - further message

DocumentNotStorableException

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

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

DocumentNotStorableException

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

Parameters:
cause - the cause for this exception