Class IgniteInterruptedCheckedException

    • Constructor Detail

      • IgniteInterruptedCheckedException

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

        public IgniteInterruptedCheckedException​(String msg)
        Creates a new exception with given error message and optional nested cause exception.
        Parameters:
        msg - Error message.
      • IgniteInterruptedCheckedException

        public IgniteInterruptedCheckedException​(String msg,
                                                 InterruptedException 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).