Searched refs:DnsException (Results 1 – 1 of 1) sorted by relevance
153 void onError(@NonNull DnsException error); in onError()159 public static class DnsException extends Exception { class in DnsResolver165 DnsException(@DnsError int code, @Nullable Throwable cause) { in DnsException() method in DnsResolver.DnsException198 executor.execute(() -> callback.onError(new DnsException(ERROR_SYSTEM, e))); in rawQuery()239 executor.execute(() -> callback.onError(new DnsException(ERROR_SYSTEM, e))); in rawQuery()253 private DnsException mDnsException;294 mDnsException = new DnsException(ERROR_PARSE, e); in onAnswer()300 public void onError(@NonNull DnsException error) { in onError()339 executor.execute(() -> callback.onError(new DnsException(ERROR_SYSTEM, e))); in query()349 new DnsException(ERROR_SYSTEM, new ErrnoException("resNetworkQuery", ENONET)))); in query()[all …]