((BusinessAgreementWithCoordinatorCompletionParticipant) _resource)
.complete();
}
catch (com.arjuna.wst.WrongStateException ex)
{
throw new WrongStateException(ex.toString());
}
catch (com.arjuna.wst.SystemException ex)
{
throw new SystemException(ex.toString());
}