Class ClientTransactionRolledBackException

    • Constructor Detail

      • ClientTransactionRolledBackException

        public ClientTransactionRolledBackException​(String message)
        Creates a new transaction rolled back exception.
        Parameters:
        message - The message that describes the reason for the error.
      • ClientTransactionRolledBackException

        public ClientTransactionRolledBackException​(String message,
                                                    Throwable cause)
        Creates a new transaction rolled back exception.
        Parameters:
        message - The message that describes the reason for the error.
        cause - An exception that further defines the reason for the error.