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
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 |
NoSuchNodeException
public NoSuchNodeException(String
message,
Throwable
cause)
NoSuchNodeException
public NoSuchNodeException(String
message)
NoSuchNodeException
public NoSuchNodeException(Throwable
cause)