onRollbackFailed abstract method

void onRollbackFailed(
  1. String reason
)

Occurs when the rollback process fails due to the specified reason.

Implementation

void onRollbackFailed(final String reason);