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