Class ComputeTaskTimeoutException

    • Constructor Detail

      • ComputeTaskTimeoutException

        public ComputeTaskTimeoutException​(String msg)
        Creates task timeout exception with given task execution ID and error message.
        Parameters:
        msg - Error message.
      • ComputeTaskTimeoutException

        public ComputeTaskTimeoutException​(Throwable cause)
        Creates new task timeout exception given throwable as a cause and source of error message.
        Parameters:
        cause - Non-null throwable cause.
      • ComputeTaskTimeoutException

        public ComputeTaskTimeoutException​(String msg,
                                           @Nullable
                                           @Nullable Throwable cause)
        Creates task timeout exception with given task execution ID, error message and optional nested exception.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).