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