Searched refs:NetworkAccessException (Results 1 – 1 of 1) sorted by relevance
91 private static class NetworkAccessException extends RuntimeException { class in CallComposerPictureTransfer94 NetworkAccessException(int errorCode) { in NetworkAccessException() method in CallComposerPictureTransfer.NetworkAccessException167 throw new NetworkAccessException(ERROR_HTTP_TIMEOUT); in downloadPicture()181 throw new NetworkAccessException(ERROR_HTTP_TIMEOUT); in downloadPicture()285 throw new NetworkAccessException(ERROR_HTTP_TIMEOUT); in obtainAuthenticateHeader()288 throw new NetworkAccessException(ERROR_NO_AUTH_REQUIRED); in obtainAuthenticateHeader()290 throw new NetworkAccessException(ERROR_FORBIDDEN); in obtainAuthenticateHeader()294 throw new NetworkAccessException(ERROR_UNKNOWN); in obtainAuthenticateHeader()320 throw new NetworkAccessException(ERROR_HTTP_TIMEOUT); in downloadImageFromConnection()344 if (error.getCause() instanceof NetworkAccessException) { in handleExceptionalCompletion()[all …]