ABLE 2.3.0 07/13/2005 14:21:00

com.ibm.able.platform
Class AgentLoggingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.agent.JasException
              extended byjavax.agent.service.ServiceException
                  extended bycom.ibm.able.platform.AgentLoggingException
All Implemented Interfaces:
java.io.Serializable

public class AgentLoggingException
extends javax.agent.service.ServiceException

AgentLoggingException is the generic exception associated with all ABLE platform Agent Logging services.

Since:
ABLE n.n.n
See Also:
Serialized Form

Constructor Summary
AgentLoggingException()
          Creates an AgentLoggingException with no message.
AgentLoggingException(java.lang.String theMessage)
          Creates an AgentLoggingException with the specified message.
AgentLoggingException(java.lang.String theMessage, java.lang.Exception theException)
          Creates 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, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentLoggingException

public AgentLoggingException()
Creates an AgentLoggingException with no message.


AgentLoggingException

public AgentLoggingException(java.lang.String theMessage)
Creates an AgentLoggingException with the specified message.

Parameters:
theMessage - The detail message.

AgentLoggingException

public AgentLoggingException(java.lang.String theMessage,
                             java.lang.Exception theException)
Creates an AgentLoggingException with the specified message and embedded exception.

Parameters:
theMessage - The detail message.
theException - The embeddd exception.

ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005