public class AgentException extends ContainerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
AgentException()
Constructs a new AgentException.
|
AgentException(java.lang.String pStr)
Constructs a new AgentException with the given
explanation.
|
AgentException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new AgentException with the given
explanation.
|
AgentException(java.lang.Throwable pSourceException)
Constructs a new AgentException.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic static final java.lang.String CLASS_VERSION
public AgentException()
public AgentException(java.lang.String pStr)
public AgentException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic AgentException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem