org.apache.lenya.cms.publishing
Class PublishingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.cms.publishing.PublishingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParentNodeNotFoundException

public class PublishingException
extends java.lang.Exception

See Also:
Serialized Form

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

PublishingException

public PublishingException()
Creates a new PublishingException.


PublishingException

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

Parameters:
message - the exception message

PublishingException

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

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

PublishingException

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

Parameters:
cause - the cause of the exception


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