com.sas.drugdev.remote
Class ObjectModifiedException

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

public class ObjectModifiedException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ObjectModifiedException()
          Null constructor
ObjectModifiedException(java.lang.String message)
          Construct the exception with a message
ObjectModifiedException(java.lang.String message, java.lang.Throwable cause)
          Construct the exception with a message and cause
ObjectModifiedException(java.lang.Throwable cause)
          Construct the exception with a 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

ObjectModifiedException

public ObjectModifiedException()
Null constructor


ObjectModifiedException

public ObjectModifiedException(java.lang.String message)
Construct the exception with a message

Parameters:
message - The exception message

ObjectModifiedException

public ObjectModifiedException(java.lang.Throwable cause)
Construct the exception with a cause

Parameters:
cause - The cause of the exception

ObjectModifiedException

public ObjectModifiedException(java.lang.String message,
                               java.lang.Throwable cause)
Construct the exception with a message and cause

Parameters:
message - The exception message
cause - The cause of the exception