public class WrongExecutionManagerException
extends java.lang.RuntimeException
WrongExecutionManagerException indicates that the wrong
execution manager has been called. The called execution manager does not
manage the designated activity.| Modifier and Type | Field and Description |
|---|---|
protected java.net.URI[] |
actualExecutionManager
The communication protocol depended URIs assigned to the execution manager
that is actually called.
|
protected java.net.URI[] |
expectedExecutionManager
The communication protocol depended URIs of the execution manager that is
expected by the caller of an
ActivityStarting- or
ActivityTermination-method. |
| Constructor and Description |
|---|
WrongExecutionManagerException(java.net.URI[] expectedExecutionManager,
java.net.URI[] actualExecutionManager)
Constructs a new
WrongExecutionManagerException to indicate
that the called execution manager does not manage the designated activity. |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI[] |
getActualExecutionManager()
Gets the communication protocol depended URIs assigned to that execution
manager which received the request.
|
java.net.URI[] |
getExpectedExecutionManager()
Gets the communication protocol depended URIs assigned to that execution
manager which the client expected.
|
protected java.net.URI[] expectedExecutionManager
ActivityStarting- or
ActivityTermination-method.ActivityStarting,
ActivityTerminationprotected java.net.URI[] actualExecutionManager
public WrongExecutionManagerException(java.net.URI[] expectedExecutionManager,
java.net.URI[] actualExecutionManager)
WrongExecutionManagerException to indicate
that the called execution manager does not manage the designated activity.expectedExecutionManager - The communication protocol depended URIs of
that execution manager which is expected by the caller of an
ActivityExecution-method.actualExecutionManager - The communication protocol depended URIs of
that execution manager which is actually called.public java.net.URI[] getExpectedExecutionManager()
public java.net.URI[] getActualExecutionManager()