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

com.ibm.able.platform
Class AgentLifeCycleFailure

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

public class AgentLifeCycleFailure
extends javax.agent.service.ServiceFailure

An AgentLifeCycleFailure is thrown when an Agent Lifecycle operation fails due to a problem with the Agent Lifecycle Service infrastructure.

See Also:
Serialized Form

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

AgentLifeCycleFailure

public AgentLifeCycleFailure()
Creates an AgentLifeCycleFailure with no message.


AgentLifeCycleFailure

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

Parameters:
theMessage - the detail message.

AgentLifeCycleFailure

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

Parameters:
theMessage - the detail message.
theException - the embedded exception.

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

(C) Copyright IBM Corporation 1999, 2005