org.apache.lenya.cms.publication
Class DocumentDoesNotExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.cms.publication.PublicationException
              extended by org.apache.lenya.cms.publication.DocumentException
                  extended by org.apache.lenya.cms.publication.DocumentDoesNotExistException
All Implemented Interfaces:
java.io.Serializable

public class DocumentDoesNotExistException
extends DocumentException

See Also:
Serialized Form

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

DocumentDoesNotExistException

public DocumentDoesNotExistException()
Creates a new DocumentDoesNotExistException


DocumentDoesNotExistException

public DocumentDoesNotExistException(java.lang.String message)
Creates a new DocumentDoesNotExistException

Parameters:
message - the exception message

DocumentDoesNotExistException

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

Parameters:
message - the exception message
cause - the cause of the exception

DocumentDoesNotExistException

public DocumentDoesNotExistException(java.lang.Throwable cause)
Creates a new DocumentDoesNotExistException

Parameters:
cause - the cause of the exception


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.