Class IgniteFutureTimeoutCheckedException

    • Constructor Detail

      • IgniteFutureTimeoutCheckedException

        public IgniteFutureTimeoutCheckedException​(String msg)
        Creates new exception with given error message.
        Parameters:
        msg - Error message.
      • IgniteFutureTimeoutCheckedException

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

        public IgniteFutureTimeoutCheckedException​(String msg,
                                                   @Nullable
                                                   @Nullable Throwable cause)
        Creates a new exception with given error message and optional nested cause exception.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).