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