Package org.frankframework.core
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
org.frankframework.core.TimeoutException
- All Implemented Interfaces:
Serializable
Exception thrown to signal that a timeout occurred.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.core.IbisException
IbisException.ExcludeClassInfoExceptionFilter
-
Constructor Summary
ConstructorDescriptionTimeoutException
(String message) TimeoutException
(String message, Throwable throwable) TimeoutException
(Throwable throwable) -
Method Summary
Methods inherited from class org.frankframework.core.IbisException
expandMessage, expandMessage, getExceptionSpecificDetails, getMessage, getMessages
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
public TimeoutException() -
TimeoutException
-
TimeoutException
-
TimeoutException
-