NoSuchNodeException Class

com.bea.content
NoSuchNodeException Class

public class NoSuchNodeException

    extends RepositoryException

Thrown if an operation on a Node that does not exist occurs.


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        NoSuchNodeException
All Implemented Interfaces

Serializable

Constructor Summary

NoSuchNodeException(String message, Throwable cause)

NoSuchNodeException(String message)

NoSuchNodeException(Throwable cause)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

NoSuchNodeException

public NoSuchNodeException(String message, 
                           Throwable cause)

NoSuchNodeException

public NoSuchNodeException(String message)

NoSuchNodeException

public NoSuchNodeException(Throwable cause)