The specified task was not found.
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("TaskNotFoundException")) return null; TaskNotFoundException e = (TaskNotFoundException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { TaskNotFoundException e = (TaskNotFoundException)super.unmarshall(json); e.setErrorCode("TaskNotFoundException"); return e; }
31323334353637383940
10781079108010811082108310841085
public TaskInProgress run() { return job.getTaskInProgress(taskId); } }); if (tip == null) throw new TaskNotFoundException(); return JTThriftUtils.toThrift(tip, jobTracker); }