Indicates that the specified job has expired out of the system.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("ExpiredJobIdException")) return null; ExpiredJobIdException e = (ExpiredJobIdException)super.unmarshall(node); return e; }