com.sri.oaa2.lib
Class OaaAgentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sri.oaa2.lib.OaaAgentException
All Implemented Interfaces:
java.io.Serializable

public class OaaAgentException
extends java.lang.Exception

The exception thrown in the OAA doEvent method.

See Also:
LibOaa, Serialized Form

Constructor Summary
OaaAgentException()
          Class Constructor.
 
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

OaaAgentException

public OaaAgentException()
Class Constructor. Creates a default exception object.