com.sas.drugdev.remote.repository
Class NodeModifiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)