fuego.papi.exception
Class SharedParentInstanceBusyException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.TaskOperationException
fuego.papi.exception.SharedParentInstanceBusyException
- public class SharedParentInstanceBusyException
- extends TaskOperationException
A SharedParentInstanceBusyException is thrown when a task failed to be executed because another instance copy is executing a task over shared instance.
- See Also:
- Serialized Form
SharedParentInstanceBusyException
public SharedParentInstanceBusyException(int taskNumber,
String instanceId,
String activityId)
- Creates a new SharedParentInstanceBusyException
- Parameters:
taskNumber - Task identifier.instanceId - Instance identification that contain the no running task.activityId - Activity identification
© Copyright 1996/2005 Fuego Inc. All Rights Reserved