Class ComputeTaskTimeoutCheckedException

    • Constructor Detail

      • ComputeTaskTimeoutCheckedException

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

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

        public ComputeTaskTimeoutCheckedException​(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).