Searched defs:detail (Results 1 – 6 of 6) sorted by relevance
42 public HttpRetryException(String detail, int code) { in HttpRetryException()59 public HttpRetryException(String detail, int code, String location) { in HttpRetryException()
38 public Exception detail; field in WriteAbortedException
213 String detail = String.format( in assertEqualCBs() local234 String detail = String.format("Mismatch at index %d: %d instead of expected %d.\n", in assertEqualChars() local253 String detail = String.format( in assertEqualBytes() local
12 protected Throwable detail; field in XmlPullParserException
176 String detail = "failed to connect to " + inetAddress + " (port " + port + ")"; in connectDetail() local234 String detail = connectDetail(inetAddress, port, timeoutMs, cause); in isConnected() local
237 String detail = "Can't find resource for bundle '" + className + "', key '" + key + "'"; in missingResourceException() local