Class IgniteSQLException

    • Constructor Detail

      • IgniteSQLException

        public IgniteSQLException​(String msg)
        Constructor.
        Parameters:
        msg - Exception message.
      • IgniteSQLException

        public IgniteSQLException​(SQLException cause)
        Constructor.
        Parameters:
        cause - Cause to throw this exception.
      • IgniteSQLException

        public IgniteSQLException​(String msg,
                                  @Nullable
                                  @Nullable Throwable cause)
        Constructor.
        Parameters:
        msg - Exception message.
        cause - Cause to throw this exception.
      • IgniteSQLException

        public IgniteSQLException​(String msg,
                                  int statusCode,
                                  @Nullable
                                  @Nullable Throwable cause)
        Constructor.
        Parameters:
        msg - Exception message.
        statusCode - Ignite specific error code.
        cause - Cause to throw this exception.
        See Also:
        IgniteQueryErrorCode
      • IgniteSQLException

        public IgniteSQLException​(String msg,
                                  int statusCode)
        Constructor.
        Parameters:
        msg - Exception message.
        statusCode - Ignite specific error code.
        See Also:
        IgniteQueryErrorCode
      • IgniteSQLException

        public IgniteSQLException​(String msg,
                                  int statusCode,
                                  String sqlState)
        Constructor.
        Parameters:
        msg - Exception message.
        statusCode - Ignite specific error code.
        sqlState - SQLSTATE standard code.
        See Also:
        IgniteQueryErrorCode