Class TaskTimeoutException

    • Constructor Detail

      • TaskTimeoutException

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

        public TaskTimeoutException​(String msg,
                                    Throwable cause)
        Create a new TaskTimeoutException with the specified detail message and the given root cause.
        Parameters:
        msg - the detail message
        cause - the root cause (usually from using an underlying API such as the java.util.concurrent package)
        See Also:
        RejectedExecutionException