@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class ExecutorServiceUtils.FatalRejectedExecutionException extends RejectedExecutionException
RejectedExecutionException, which treats the error as fatal.
It means that the Executor Service will never accept this or any other task in the future.| Constructor and Description |
|---|
FatalRejectedExecutionException(String message) |
FatalRejectedExecutionException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2004–2022. All rights reserved.