jade.core.behaviours
Class ReceiverBehaviour.TimedOut

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.core.behaviours.ReceiverBehaviour.TimedOut
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

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait