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