*/
private void withdrawAll(String[] uuids) throws SQLException {
RequestContext context = RequestContext.extract(null);
try {
HjWithdrawRequest withdrawRequest = new HjWithdrawRequest(context, uuids);
withdrawRequest.execute();
} finally {
context.onExecutionPhaseCompleted();
}
}