readjustBalancesAfterFailedAuthorisation(final long, final Long) method

Syntax

void readjustBalancesAfterFailedAuthorisation ( final long authId , final Long actorId ) throws MobiliserServiceException, DataAccessException, TransactionException

Parameters

Exceptions

Usage

Re-adjust, i.e. roll-back previous changes, of the balances after an authorization failed.

Notes on transactional semantics:

This operation will run inside its own database transaction. Any failure will trigger a rollback. Since the authorisation will have already failed, the error code will

NOT

be set on the authorisation transaction to avoid clobbering the old value.