336337338339340341342343344345346
if (completionCoordinator == null) throw new WrongStateException(); CompletionStub completionStub = new CompletionStub(id, completionCoordinator); completionStub.commit(); } catch (SystemException ex) { throw ex; }
263264265266267268269270271272273
if (completionCoordinator == null) throw new SecurityException(); CompletionStub completionStub = new CompletionStub(id, completionCoordinator); completionStub.commit(); } catch (SystemException ex) { throw ex; }