public class InvalidRuntimeManagerException extends InvalidActivityStateException
EBPInstanceReference.| Modifier and Type | Field and Description |
|---|---|
protected EBPInstanceReference |
ebp
The
EBPInstanceReference not providing valid runtime manager
URIs. |
activityState, agent| Constructor and Description |
|---|
InvalidRuntimeManagerException(EBPInstanceReference ebp,
ProcessConstants.NodeState state)
Creates a new
InvalidRuntimeManagerException to indicate that
an execution manager cannot resolve the runtime manager URIs provided by an
EBPInstanceReference. |
InvalidRuntimeManagerException(EBPInstanceReference ebp,
ProcessConstants.NodeState state,
java.lang.Throwable cause)
Creates a new
InvalidRuntimeManagerException to indicate that
an execution manager cannot resolve the runtime manager URIs provided by an
EBPInstanceReference. |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI[] |
getRuntimeManagerURI()
Gets the URIs for the runtime manager causing this exception since they
cannot be resolved.
|
getActivityState, getAgentprotected final EBPInstanceReference ebp
EBPInstanceReference not providing valid runtime manager
URIs.public InvalidRuntimeManagerException(EBPInstanceReference ebp, ProcessConstants.NodeState state)
InvalidRuntimeManagerException to indicate that
an execution manager cannot resolve the runtime manager URIs provided by an
EBPInstanceReference.ebp - The EBPInstanceReference not providing valid
runtime manager URIs.state - The state of the node causing this exception. This is needed
for the superclass.public InvalidRuntimeManagerException(EBPInstanceReference ebp, ProcessConstants.NodeState state, java.lang.Throwable cause)
InvalidRuntimeManagerException to indicate that
an execution manager cannot resolve the runtime manager URIs provided by an
EBPInstanceReference.ebp - The EBPInstanceReference not providing valid
runtime manager URIs.state - The state of the node causing this exception. This is needed
for the superclass.cause - The cause for the InvalidRuntimeManagerException
providing additional information.