org.enhydra.shark.api.client.wfmodel
Class UpdateNotAllowed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.enhydra.shark.api.RootException
              extended by org.enhydra.shark.api.client.wfmodel.UpdateNotAllowed
All Implemented Interfaces:
java.io.Serializable

public final class UpdateNotAllowed
extends RootException

Is raised when it is not allowed to update the process/activity context.

See Also:
Serialized Form

Constructor Summary
UpdateNotAllowed()
           
UpdateNotAllowed(java.lang.String $reason)
           
UpdateNotAllowed(java.lang.String message, java.lang.Throwable th)
           
UpdateNotAllowed(java.lang.Throwable th)
           
 
Method Summary
 
Methods inherited from class org.enhydra.shark.api.RootException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateNotAllowed

public UpdateNotAllowed()

UpdateNotAllowed

public UpdateNotAllowed(java.lang.String $reason)

UpdateNotAllowed

public UpdateNotAllowed(java.lang.Throwable th)

UpdateNotAllowed

public UpdateNotAllowed(java.lang.String message,
                        java.lang.Throwable th)