@Override public RefreshServiceAclResponseProto refreshServiceAcl( RpcController controller, RefreshServiceAclRequestProto request) throws ServiceException { try { impl.refreshServiceAcl(); } catch (IOException e) { throw new ServiceException(e); } return VOID_REFRESH_SERVICE_ACL_RESPONSE; }