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