public class AgentAuditLoggingException extends ContainerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| 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.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, 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