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