类 TaskRejectedException

    • 构造器详细资料

      • TaskRejectedException

        public TaskRejectedException​(String msg)
        Create a new TaskRejectedException with the specified detail message and no root cause.
        参数:
        msg - the detail message
      • TaskRejectedException

        public TaskRejectedException​(String msg,
                                     Throwable cause)
        Create a new TaskRejectedException with the specified detail message and the given root cause.
        参数:
        msg - the detail message
        cause - the root cause (usually from using an underlying API such as the java.util.concurrent package)
        另请参阅:
        RejectedExecutionException