Package jadex.common
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.common.TimeoutException
- All Implemented Interfaces:
Serializable
Jadex timeout exception.
Jadex does not use the JDK timeout exception, because it is checked.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a timeout exception.TimeoutException
(String message) Create a timeout exception.TimeoutException
(String message, Throwable cause) Create a timeout exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
public TimeoutException()Create a timeout exception. -
TimeoutException
Create a timeout exception. -
TimeoutException
Create a timeout exception.
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-