jade.wrapper
Class ControllerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.wrapper.ControllerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StaleProxyException

public class ControllerException
extends java.lang.Exception

This exception class is thrown when an operation fails on any of the agent controller methods.
NOT available in MIDP

See Also:
Serialized Form

Constructor Summary
ControllerException(java.lang.String message)
          Creates a new exception object, with a given detail message.
 
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

ControllerException

public ControllerException(java.lang.String message)
Creates a new exception object, with a given detail message.

Parameters:
message - The detail message for the new exception object.


JADE