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