SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework
Class AgentException

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

public class AgentException
extends java.lang.Exception

Standard Exception used by Agents.

See Also:
Serialized Form

Constructor Summary
AgentException()
          Creates a AgentException.
AgentException(java.lang.String message)
          Creates a AgentException.
AgentException(java.lang.String message, java.lang.Throwable cause)
          Creates a AgentException.
AgentException(java.lang.Throwable cause)
          Creates a AgentException.
 
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

AgentException

public AgentException()
Creates a AgentException.


AgentException

public AgentException(java.lang.String message)
Creates a AgentException.

Parameters:
message - the detail message

AgentException

public AgentException(java.lang.Throwable cause)
Creates a AgentException.

Parameters:
cause - the cause

AgentException

public AgentException(java.lang.String message,
                      java.lang.Throwable cause)
Creates a AgentException.

Parameters:
message - the detail message
cause - the cause

SMILA (incubation) API documentation