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.RuntimeExceptionJadex timeout exception. Jadex does not use the JDK timeout exception, because it is checked.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintStackTrace()
 
- 
- 
- 
Constructor Detail- 
TimeoutExceptionpublic TimeoutException() Create a timeout exception.
 - 
TimeoutExceptionpublic TimeoutException(java.lang.String message) Create a timeout exception.
 - 
TimeoutExceptionpublic TimeoutException(java.lang.String message, java.lang.Throwable cause)Create a timeout exception.
 
- 
 
-