Package org.jenkinsci.remoting.util
Class ExecutorServiceUtils.FatalRejectedExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.concurrent.RejectedExecutionException
org.jenkinsci.remoting.util.ExecutorServiceUtils.FatalRejectedExecutionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExecutorServiceUtils
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class ExecutorServiceUtils.FatalRejectedExecutionException
extends RejectedExecutionException
Version of
RejectedExecutionException
, which treats the error as fatal.
It means that the Executor Service will never accept this or any other task in the future.- See Also:
-
Constructor Summary
ConstructorDescriptionFatalRejectedExecutionException
(String message) FatalRejectedExecutionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalRejectedExecutionException
-
FatalRejectedExecutionException
-