类 TransactionException

    • 构造器详细资料

      • TransactionException

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

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