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