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

com.ibm.able.platform
Class AgentLifeCycleException

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.AgentLifeCycleException
All Implemented Interfaces:
java.io.Serializable

public class AgentLifeCycleException
extends javax.agent.service.ServiceException

This class is the generic exception associated with all agent lifecycle services.

See Also:
Serialized Form

Constructor Summary
AgentLifeCycleException()
          Creates an AgentLifeCycleException with no message.
AgentLifeCycleException(java.lang.String theMessage)
          Creates an AgentLifeCycleException with the specified message.
AgentLifeCycleException(java.lang.String theMessage, java.lang.Exception theException)
          Creates an AgentLifeCycleException 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

AgentLifeCycleException

public AgentLifeCycleException()
Creates an AgentLifeCycleException with no message.


AgentLifeCycleException

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

Parameters:
theMessage - the detail message.

AgentLifeCycleException

public AgentLifeCycleException(java.lang.String theMessage,
                               java.lang.Exception theException)
Creates an AgentLifeCycleException 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