ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able.platform
Class AgentLifeCycleFailure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.agent.JasException
                    |
                    +--javax.agent.service.ServiceFailure
                          |
                          +--com.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, printStackTrace, 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.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003