com.sas.drugdev.remote.repository
Class InvalidNodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

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

Constructor Detail

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)