org.jboss.portal.cms
Class NodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.portal.cms.CMSException
              extended by org.jboss.portal.cms.NodeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchURIException

public class NodeException
extends CMSException

See Also:
Serialized Form

Constructor Summary
NodeException(java.lang.String uri)
           
NodeException(java.lang.String uri, java.lang.String message)
           
NodeException(java.lang.String uri, java.lang.String message, java.lang.Throwable cause)
           
NodeException(java.lang.String uri, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getURI()
           
 
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

NodeException

public NodeException(java.lang.String uri)

NodeException

public NodeException(java.lang.String uri,
                     java.lang.String message)

NodeException

public NodeException(java.lang.String uri,
                     java.lang.String message,
                     java.lang.Throwable cause)

NodeException

public NodeException(java.lang.String uri,
                     java.lang.Throwable cause)
Method Detail

getURI

public java.lang.String getURI()