ALBPM Process API

fuego.papi.exception
Class InstanceAutomaticallySentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fuego.lang.DefaultException
              extended by fuego.papi.OperationException
                  extended by fuego.papi.ProcessOperationException
                      extended by fuego.papi.exception.InstanceOperationException
                          extended by fuego.papi.exception.InstanceSentException
                              extended by fuego.papi.exception.InstanceAutomaticallySentException
All Implemented Interfaces:
Serializable

Deprecated. this exception is not longer thrown, right way to know if the instance was automatically send by release or by autocomplete is to check in fuego.papi.ProcessServicesSession.runActivity(..), the result to know if the instance was routed.

@Deprecated
public class InstanceAutomaticallySentException
extends InstanceSentException

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 .

See Also:
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

InstanceAutomaticallySentException

@Deprecated
public InstanceAutomaticallySentException(String instanceId)
Deprecated. use InstanceAutomaticallySentException(InstanceInfo,Arguments) instead

Parameters:
instanceId -

InstanceAutomaticallySentException

public 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.

Parameters:
instanceInfo - info of the instance sent
outputArguments - arguments filled by the CIL, if any.

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved