public class AgentException
extends java.lang.Exception
EngineException
,
Serialized FormConstructor and Description |
---|
AgentException(java.lang.String message)
Raises an agent exception with an explanation as to why the error
occurred.
|
AgentException(java.lang.String message,
java.lang.Throwable cause)
Raises an agent exception with both an explanation as to why the error
occurred and the cause of the error.
|
AgentException(java.lang.Throwable cause)
Raises an agent exception with the cause of the error.
|
public AgentException(java.lang.String message)
message
- The reason why the agent exception is being raised.public AgentException(java.lang.Throwable cause)
cause
- The cause of the agent exception being raised.public AgentException(java.lang.String message, java.lang.Throwable cause)
message
- The reason why the agent exception is being raised.cause
- The cause of the agent exception being raised.© 2000-2025 Flux Corporation. All rights reserved.