The geo location you are trying to get does not exist.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("NoSuchGeoLocation")) return null; NoSuchGeoLocationException e = (NoSuchGeoLocationException)super.unmarshall(node); return e; }