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 Details

    • FatalRejectedExecutionException

      public FatalRejectedExecutionException(String message)
    • FatalRejectedExecutionException

      public FatalRejectedExecutionException(String message, Throwable cause)