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