com.sas.drugdev.remote.repository
Class InvalidNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.repository.InvalidNodeException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidNodeException
- extends java.lang.Exception
The InvalidNodeException is thrown when an Node
is passed into a RepositoryService
method, but the node doesn't exist.
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidNodeException
public InvalidNodeException()
InvalidNodeException
public InvalidNodeException(java.lang.String message,
java.lang.Throwable cause)
InvalidNodeException
public InvalidNodeException(java.lang.String message)
InvalidNodeException
public InvalidNodeException(java.lang.Throwable cause)