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