com.ibm.able.platform
Class AgentLoggingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.agent.JasException
                    |
                    +--javax.agent.service.ServiceException
                          |
                          +--com.ibm.able.platform.AgentLoggingException
All Implemented Interfaces:
java.io.Serializable

public class AgentLoggingException
extends javax.agent.service.ServiceException

The AgentLoggingException is the generic exception associated with all agent Logging services.

See Also:
Serialized Form

Constructor Summary
AgentLoggingException()
          Create an AgentLoggingException with no message.
AgentLoggingException(java.lang.String theMessage)
          Create an AgentLoggingException with the specified message
AgentLoggingException(java.lang.String theMessage, java.lang.Exception theException)
          Create an AgentLoggingException with the specified message and embedded exception.
 
Methods inherited from class javax.agent.JasException
getCause, getMessage, initCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentLoggingException

public AgentLoggingException()
Create an AgentLoggingException with no message.

AgentLoggingException

public AgentLoggingException(java.lang.String theMessage)
Create an AgentLoggingException with the specified message
Parameters:
theMessage - The detail message.

AgentLoggingException

public AgentLoggingException(java.lang.String theMessage,
                             java.lang.Exception theException)
Create an AgentLoggingException with the specified message and embedded exception.
Parameters:
theMessage - The detail message.
theException - The embeddd exception.