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