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