|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstanceSentException
fuego.papi.exception.InstanceAutomaticallySentException
This exception is thrown when the instance has been automatically sent to next activity while running a task. This may be possible if instance current activity was set as autocomplete or if running task set action = Action.RELEASE .
ProcessServiceSession.runTask(java.lang.String, java.lang.String, int, fuego.papi.Arguments),
Serialized Form| Constructor Summary | |
InstanceAutomaticallySentException(InstanceInfo instanceInfo,
fuego.lang.DynamicObject outputArguments)
Deprecated. Throw when the instance was sent through the transition because the Activity is "autocomplete" or the CIL have an Action=Release. |
|
InstanceAutomaticallySentException(String instanceId)
Deprecated. use InstanceAutomaticallySentException(InstanceInfo,Arguments) instead |
|
| Methods inherited from class fuego.papi.exception.InstanceSentException |
getInstanceInfo, getOutputArguments |
| Methods inherited from class fuego.papi.exception.InstanceOperationException |
getInstanceId |
| Methods inherited from class fuego.papi.ProcessOperationException |
getProcessId |
| Methods inherited from class fuego.papi.OperationException |
wrap |
| Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, hasTechnicalDetail |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public InstanceAutomaticallySentException(String instanceId)
instanceId -
public InstanceAutomaticallySentException(InstanceInfo instanceInfo,
fuego.lang.DynamicObject outputArguments)
instanceInfo - info of the instance sentoutputArguments - arguments filled by the CIL, if any.
|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||