Class ExecutionService.CloseableExecutor.ExecutorClosedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    ExecutionService.CloseableExecutor

    public static class ExecutionService.CloseableExecutor.ExecutorClosedException
    extends java.util.concurrent.RejectedExecutionException
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExecutorClosedException

        public ExecutorClosedException()
      • ExecutorClosedException

        public ExecutorClosedException​(@Nullable
                                       java.lang.String msg)
      • ExecutorClosedException

        public ExecutorClosedException​(@Nullable
                                       java.lang.String msg,
                                       @Nullable
                                       java.lang.Throwable err)
      • ExecutorClosedException

        public ExecutorClosedException​(@Nullable
                                       java.lang.Throwable err)