} catch ( XAException xaerr ) {
String msg = interpretErrorCode ( resourcename_ , "resume" , xid_ , xaerr.errorCode );
LOGGER.logWarning ( msg ,
xaerr );
errors.push ( xaerr );
throw new ResourceException ( msg ,
errors );
}
setState ( TxState.ACTIVE );
knownInResource = true;
}