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