com.ibm.able.platform
Class AgentLifeCycleException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.agent.JasException
|
+--javax.agent.service.ServiceException
|
+--com.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, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
(C) Copyright IBM Corporation 1999, 2003