|
ALBPM 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
@Deprecated public class 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 .
fuego.papi.ProcessServiceSession#runTask,
Serialized Form| Constructor Summary | |
|---|---|
InstanceAutomaticallySentException(InstanceInfo instanceInfo,
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 |
|
| Method Summary |
|---|
| 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 |
| 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 |
|---|
@Deprecated public InstanceAutomaticallySentException(String instanceId)
instanceId -
public InstanceAutomaticallySentException(InstanceInfo instanceInfo,
DynamicObject outputArguments)
instanceInfo - info of the instance sentoutputArguments - arguments filled by the CIL, if any.
|
ALBPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||