fuego.papi.exception
Class InstanceOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CannotLockInstanceException, IllegalInstanceStateException, InstanceAbortedException, InstanceAlreadySelectedException, InstanceAlreadySuspendedException, InstanceAlreadyTerminatedException, InstanceConcurrentExecutionException, InstanceNotAvailableException, InstanceNotCompletedException, InstanceNotGrabbedException, InstanceNotInActivityException, InstanceNotInGroupException, InstanceNotRunningException, InstanceNotSuspendedException, InstanceSelectDisableException, InstanceSentException, InstancesNotAvailableInEngineException, InstanceSuspendedException, InstanceTimeoutException, InvalidActivityException, InvalidNotificationTargetException, InvalidProcessDeadlineValueException, NoInstanceParameterValueException, NonReadOnlyTaskException, NoParametricRoleException, NotUniqueTransitionException, NoValidTransitionAvailableException, TaskNotFoundException, TaskOperationException
public class InstanceOperationException
- extends ProcessOperationException
A InstanceOperationException
is thrown as a result of an
attempt to opetation on a instance and happend unexpected situation.
It exception is parent of all exception that has operation
with instances.
- See Also:
- Serialized Form
Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
InstanceOperationException
public InstanceOperationException(String instanceId)
- Code of the message is "PAPI-3000"
- Parameters:
instanceId
- Instance identification in which occured the exception.
InstanceOperationException
public InstanceOperationException(String instanceId,
Throwable initCause)
- Code of the message is "PAPI-3001"
- Parameters:
instanceId
- Instance identification in which occured the exception.initCause
- Cause of this exception
InstanceOperationException
public InstanceOperationException(int processIn,
int instanceIn,
int threadIn)
- Code of the message is "PAPI-3001"
- Parameters:
processIn
- Process internal number in which occured the exception.instanceIn
- Instance internal number in which occured the exception.threadIn
- Thread internal number in which occured the exception.
InstanceOperationException
public InstanceOperationException(int processIn,
int instanceIn,
int threadIn,
Throwable cause)
- Code of the message is "PAPI-3001"
- Parameters:
processIn
- Process internal number in which occured the exception.instanceIn
- Instance internal number in which occured the exception.threadIn
- Thread internal number in which occured the exception.cause
- Initial exception.
getInstanceId
public String getInstanceId()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved