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