Searched refs:UncheckedHttpClientForNativeException (Results 1 – 2 of 2) sorted by relevance
31 static final class UncheckedHttpClientForNativeException extends RuntimeException { class in HttpClientForNativeImpl32 UncheckedHttpClientForNativeException(String message) { in UncheckedHttpClientForNativeException() method in HttpClientForNativeImpl.UncheckedHttpClientForNativeException36 UncheckedHttpClientForNativeException(String message, Throwable cause) { in UncheckedHttpClientForNativeException() method in HttpClientForNativeImpl.UncheckedHttpClientForNativeException81 throw new UncheckedHttpClientForNativeException("invalid JniHttpRequest", e); in enqueueRequest()
22 import com.google.fcp.client.http.HttpClientForNativeImpl.UncheckedHttpClientForNativeException;328 throw new UncheckedHttpClientForNativeException("unexpected exception", e); in waitForRequestCompletion()331 throw new UncheckedHttpClientForNativeException("unexpected interruption", e); in waitForRequestCompletion()584 throw new UncheckedHttpClientForNativeException( in getRequestMethod()636 throw new UncheckedHttpClientForNativeException("unexpected ProtocolException", e); in configureConnection()