org.apache.lenya.cms.publication
Class DocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.transaction.TransactionException
              extended by org.apache.lenya.cms.repository.RepositoryException
                  extended by org.apache.lenya.cms.publication.PublicationException
                      extended by org.apache.lenya.cms.publication.DocumentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DocumentDoesNotExistException

public class DocumentException
extends PublicationException

Document exception

See Also:
Serialized Form

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

DocumentException

public DocumentException()
Creates a new DocumentException


DocumentException

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

Parameters:
message - the exception message

DocumentException

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

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

DocumentException

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

Parameters:
cause - the cause of the exception


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