Class IgniteSpiVersionCheckException

    • Constructor Detail

      • IgniteSpiVersionCheckException

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

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

        public IgniteSpiVersionCheckException​(String msg,
                                              Throwable cause)
        Creates new SPI exception with given error message and optional nested exception.
        Parameters:
        msg - Error message.
        cause - Optional nested message.