// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("HostedZoneAlreadyExists"))
return null;
HostedZoneAlreadyExistsException e = (HostedZoneAlreadyExistsException)super.unmarshall(node);
return e;
}