public class AgentException extends ContainerException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
mNestedContainerException| 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. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, 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