Package jadex.commons
Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jadex.commons.TimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeoutException extends java.lang.RuntimeException
Jadex timeout exception. Jadex does not use the JDK timeout exception, because it is checked.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException()
Create a timeout exception.TimeoutException(java.lang.String message)
Create a timeout exception.TimeoutException(java.lang.String message, java.lang.Throwable cause)
Create a timeout exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
printStackTrace()
-
-
-
Constructor Detail
-
TimeoutException
public TimeoutException()
Create a timeout exception.
-
TimeoutException
public TimeoutException(java.lang.String message)
Create a timeout exception.
-
TimeoutException
public TimeoutException(java.lang.String message, java.lang.Throwable cause)
Create a timeout exception.
-
-