Class TransactionOptimisticException

    • Constructor Detail

      • TransactionOptimisticException

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

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