com.sas.drugdev.remote.repository
Class NodeModifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.drugdev.remote.repository.NodeModifiedException
All Implemented Interfaces:
java.io.Serializable

public class NodeModifiedException
extends java.lang.Exception

An NodeModifiedException is thrown when an node is attempted to be update, moved, or copied but has been modified since it was retrieved from the server. This is only thrown when an NodeBean has been constructed using a RemoteNode.

See Also:
Serialized Form

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

NodeModifiedException

public NodeModifiedException()

NodeModifiedException

public NodeModifiedException(java.lang.String message)

NodeModifiedException

public NodeModifiedException(java.lang.Throwable cause)

NodeModifiedException

public NodeModifiedException(java.lang.String message,
                             java.lang.Throwable cause)