@Override public StartReconfigurationResponseProto startReconfiguration( RpcController unused, StartReconfigurationRequestProto request) throws ServiceException { try { impl.startReconfiguration(); } catch (IOException e) { throw new ServiceException(e); } return START_RECONFIG_RESP; }