Class TransactionFailedException

    • Constructor Detail

      • TransactionFailedException

        public TransactionFailedException()
        Create an exception indicating a transaction has failed for an unknown reason.
        Since:
        4.0.0
      • TransactionFailedException

        public TransactionFailedException​(Throwable cause)
        Create an exception wrapping the cause of a transaction failure.
        Parameters:
        cause - the original exception cause
        Since:
        4.0.0