org.apache.lenya.cms.publishing
Class ParentNodeNotFoundException

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

public class ParentNodeNotFoundException
extends PublishingException

Exception to indicate an error when publishing a node where its parent node has not been published yet.

See Also:
Serialized Form

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

ParentNodeNotFoundException

public ParentNodeNotFoundException()
Creates a new ParentNodeNotFoundException.


ParentNodeNotFoundException

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

Parameters:
message - the exception message

ParentNodeNotFoundException

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

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

ParentNodeNotFoundException

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

Parameters:
cause - the cause of the exception


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