Package org.burningwave.core.concurrent
Class TaskStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.burningwave.core.concurrent.TaskStateException
-
Constructor Summary
ConstructorsConstructorDescriptionTaskStateException(QueuedTaskExecutor.TaskAbst<?, ?> task, String message) TaskStateException(QueuedTaskExecutor.TaskAbst<?, ?> task, String message, Throwable exception) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskStateException
public TaskStateException(QueuedTaskExecutor.TaskAbst<?, ?> task, String message, Throwable exception) -
TaskStateException
-