public class AgentUnknownException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected QualifiedAgent |
agent
The agent that wants to execute an activity on a specific runtime manager.
|
protected java.net.URI[] |
runtimeManagerURIs
The URIs of the runtime manager a specific agent wants to execute an
activity on.
|
| Constructor and Description |
|---|
AgentUnknownException(QualifiedAgent agent,
java.net.URI[] runtimeManagerURIs)
Creates a new
AgentUnknownException to indicate that the
designated agent is not logged on to the designated runtime manager. |
| Modifier and Type | Method and Description |
|---|---|
QualifiedAgent |
getAgent()
Gets the agent that wants to execute an activity on a specific runtime
manager but the runtime manager does not know the agent.
|
java.net.URI[] |
getRuntimeManagerURIs()
Gets the URIs of the runtime manager a specific agent wants to execute an
activity on but the agent is unknown.
|
java.lang.String |
toString() |
protected final QualifiedAgent agent
protected final java.net.URI[] runtimeManagerURIs
public AgentUnknownException(QualifiedAgent agent, java.net.URI[] runtimeManagerURIs)
AgentUnknownException to indicate that the
designated agent is not logged on to the designated runtime manager.agent - The agent that wants to execute an activity on a specific
runtime manager.runtimeManagerURIs - The URIs of the runtime manager a specific agent
wants to execute an activity on.public QualifiedAgent getAgent()
public java.net.URI[] getRuntimeManagerURIs()
public java.lang.String toString()
toString in class java.lang.Throwable