Class TransactionException

    • Constructor Detail

      • TransactionException

        public TransactionException​(String msg)
        Constructor for TransactionException.
        Parameters:
        msg - the detail message
      • TransactionException

        public TransactionException​(String msg,
                                    Throwable cause)
        Constructor for TransactionException.
        Parameters:
        msg - the detail message
        cause - the root cause from the transaction API in use