|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
flux.agent.AgentException
public class AgentException
Indicates that a general failure has occurred when working with a Flux agent or related object.
EngineException
,
Serialized FormConstructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |