SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework
Class AgentCriticalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.connectivity.framework.AgentCriticalException
All Implemented Interfaces:
java.io.Serializable

public class AgentCriticalException
extends java.lang.Exception

thrown to describe situations in which it does not make sense for an agent to continue operation.

See Also:
Serialized Form

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

AgentCriticalException

public AgentCriticalException(java.lang.String message)
create new instance with message.


AgentCriticalException

public AgentCriticalException(java.lang.Throwable cause)
create new instance with cause.


AgentCriticalException

public AgentCriticalException(java.lang.String message,
                              java.lang.Throwable cause)
create new instance with message and cause.


SMILA (incubation) API documentation