org.apache.lenya.cms.publication
Class PageEnvelopeException

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

public class PageEnvelopeException
extends java.lang.Exception

This exception is thrown when the creation of a PageEnvelope object fails.

See Also:
Serialized Form

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

PageEnvelopeException

public PageEnvelopeException()
Creates a new PageEnvelopeException.


PageEnvelopeException

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

Parameters:
message - the exception message

PageEnvelopeException

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

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

PageEnvelopeException

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

Parameters:
cause - the cause of the exception


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