cleanupInitTransaction(final Req, final Res, final AtomicReference< CallerInformation >, final AtomicReference< Long >) method

This method is invoked in case of a failure after the call to afterInit and before the Authorisation was successful.

Syntax

void cleanupInitTransaction ( final Req request , final Res response , final AtomicReference< CallerInformation > callerRef , final AtomicReference< Long > authIdRef )

Parameters

Usage

Any exception thrown by this method will be swallowed and will not affect the transaction outcome - unless something bad happens on the DB and the commit charge can not be stored to the DB.