102103104105106107108109
{ return mGatewayNamesToLocations.get(gatewayName); } else { throw new UnknownGatewayException(gatewayName); } }