Class TransactionRollbackException

    • Constructor Detail

      • TransactionRollbackException

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

        public TransactionRollbackException​(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).