|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.agent.JasException
javax.agent.service.ServiceFailure
com.ibm.able.platform.AgentLifeCycleFailure
An AgentLifeCycleFailure is thrown when an Agent Lifecycle operation fails due to a problem with the Agent Lifecycle Service infrastructure.
| 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 |
public AgentLifeCycleFailure()
public AgentLifeCycleFailure(java.lang.String theMessage)
theMessage - the detail message.
public AgentLifeCycleFailure(java.lang.String theMessage,
java.lang.Exception theException)
theMessage - the detail message.theException - the embedded exception.
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||