fuego.papi.exception
Class InstanceNotFoundByCorrelationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceNotFoundException
fuego.papi.exception.InstanceNotFoundByCorrelationException
- All Implemented Interfaces:
- Serializable
public class InstanceNotFoundByCorrelationException
- extends InstanceNotFoundException
- See Also:
- Serialized Form
| Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
InstanceNotFoundByCorrelationException
public InstanceNotFoundByCorrelationException()
InstanceNotFoundByCorrelationException
public InstanceNotFoundByCorrelationException(String targetProcessId,
String notificationName,
String activityName)
InstanceNotFoundByCorrelationException
public InstanceNotFoundByCorrelationException(String correlationName,
String processId,
String targetProcessId,
String notificationName,
String activityName)
shouldBeRetried
public boolean shouldBeRetried()
- FOR INTERNAL USE ONLY.
Returns if after this exception the engine should retry the execution.
- Overrides:
shouldBeRetried in class InstanceNotFoundException
- Returns:
true if after the exception the engine will retry the execution.
© Copyright 1996-2008 Oracle Corporation