jade.core.behaviours
Class ReceiverBehaviour.TimedOut

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jade.core.behaviours.ReceiverBehaviour.TimedOut
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ReceiverBehaviour

public static class ReceiverBehaviour.TimedOut
extends java.lang.Exception

Exception class for timeouts. This exception is thrown when trying to obtain an ACLMessage object from an Handle, but no message was received within a specified timeout.

See Also:
ReceiverBehaviour.Handle.getMessage(), Serialized Form

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