org.apache.jetspeed.page.document
Class NodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jetspeed.exception.JetspeedException
              extended by org.apache.jetspeed.page.document.NodeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentException, FailedToDeleteFolderException, FailedToUpdateFolderException, FolderNotRemovedException, FolderNotUpdatedException, InvalidFolderException, LinkNotRemovedException, LinkNotUpdatedException, PageNotRemovedException, PageNotUpdatedException

public class NodeException
extends JetspeedException

NodeException

Note that these exceptions are assumed to be "unexpected" and/or fatal; use NodeNotFoundException or other exceptions derived from the base JetspeedException for "informational" exceptions.

Version:
$Id: NodeException.java 516881 2007-03-11 10:34:21Z ate $
Author:
Scott T. Weaver
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jetspeed.exception.JetspeedException
KEYED_MESSAGE_BUNDLE
 
Constructor Summary
NodeException()
           
NodeException(String message)
           
NodeException(String msg, Throwable nested)
           
NodeException(Throwable nested)
           
 
Method Summary
 
Methods inherited from class org.apache.jetspeed.exception.JetspeedException
getKeyedMessage, getMessage, getMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

NodeException

public NodeException()

NodeException

public NodeException(String message)
Parameters:
message -

NodeException

public NodeException(Throwable nested)
Parameters:
nested -

NodeException

public NodeException(String msg,
                     Throwable nested)
Parameters:
msg -
nested -


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