// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("TooManyRequestedAttributes"))
return null;
TooManyRequestedAttributesException e = (TooManyRequestedAttributesException)super.unmarshall(node);
e.setBoxUsage(XpathUtils.asFloat(getErrorPropertyPath("BoxUsage"), node));
return e;
}