|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.smila.connectivity.framework.AgentCriticalException
public class AgentCriticalException
thrown to describe situations in which it does not make sense for an agent to continue operation.
| Constructor Summary | |
|---|---|
AgentCriticalException(java.lang.String message)
create new instance with message. |
|
AgentCriticalException(java.lang.String message,
java.lang.Throwable cause)
create new instance with message and cause. |
|
AgentCriticalException(java.lang.Throwable cause)
create new instance with cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AgentCriticalException(java.lang.String message)
public AgentCriticalException(java.lang.Throwable cause)
public AgentCriticalException(java.lang.String message,
java.lang.Throwable cause)
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||