Package de.foellix.aql.system.exceptions
Class TimeoutExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.foellix.aql.system.exceptions.CancelExecutionException
de.foellix.aql.system.exceptions.TimeoutExecutionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimeoutExecutionException(String message) TimeoutExecutionException(String message, Throwable cause) TimeoutExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutExecutionException
public TimeoutExecutionException() -
TimeoutExecutionException
-
TimeoutExecutionException
-
TimeoutExecutionException
-
TimeoutExecutionException
-