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