jadex.runtime
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.runtime.BDIFailureException
jadex.runtime.TimeoutException
- All Implemented Interfaces:
- Serializable
public class TimeoutException
- extends BDIFailureException
A timeout exception is thrown by a plan when a wait
operation was performed and the timeout occurred.
Note: This exception will not be logged by the logger
as it occurs in plans (normal plain failure).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimeoutException
public TimeoutException()
- Create a new timeout exception.
TimeoutException
public TimeoutException(String message)
- Create a new timeout exception.
- Parameters:
message
- The message.
Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples. Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.