4243444546474849
protected String getToken() { if (numToFail <= 0) { return ""; } else { numToFail--; throw new ApiDeadlineExceededException(null, null); } }