Class IgniteSpiException

    • Constructor Detail

      • IgniteSpiException

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

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

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