fuego.papi.exception
Class InstanceConcurrentExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstanceConcurrentExecutionException
- All Implemented Interfaces:
- Serializable
public class InstanceConcurrentExecutionException
- extends InstanceOperationException
An InstanceConcurrentExecutionException
is thrown as result of
reach the limit of executing instances.
- See Also:
- Serialized Form
Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
InstanceConcurrentExecutionException
public InstanceConcurrentExecutionException()
- Just to serialization
InstanceConcurrentExecutionException
public InstanceConcurrentExecutionException(String processId,
String activityId)
- Creates a new InstanceConcurrentExecutionException with the given process identification and activity name.
- Parameters:
processId
- Process identification that has reached the limit of the executing instances.activityId
- Activity identification that has reached the limit of the executing instances.
InstanceConcurrentExecutionException
public InstanceConcurrentExecutionException(String instanceId,
String processId,
String activityId)
- Creates a new InstanceConcurrentExecutionException with the given
instance identification, process identification and activity id.
- Parameters:
instanceId
- Instance identificationprocessId
- Process identification that has reached the limit of the executing instances.activityId
- Activity identification that has reached the limit of the executing instances.
InstanceConcurrentExecutionException
public InstanceConcurrentExecutionException(String processId,
int limit)
getActivity
public String getActivity()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved