Class IgniteTxRollbackCheckedException

    • Constructor Detail

      • IgniteTxRollbackCheckedException

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

        public IgniteTxRollbackCheckedException​(Throwable cause)
        Creates new exception with given nested exception.
        Parameters:
        cause - Nested exception.
      • IgniteTxRollbackCheckedException

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