Package jade.core.behaviours
Class ReceiverBehaviour.TimedOut
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.core.behaviours.ReceiverBehaviour.TimedOut
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReceiverBehaviour
public static class ReceiverBehaviour.TimedOut extends Exception
Exception class for timeouts. This exception is thrown when trying to obtain anACLMessageobject from anHandle, but no message was received within a specified timeout.
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-