Searched refs:AuthException (Results 1 – 7 of 7) sorted by relevance
23 public class AuthException extends Exception { class24 public AuthException() { in AuthException() method in AuthException28 public AuthException(Throwable throwable) { in AuthException() method in AuthException32 public AuthException(String detailMessage) { in AuthException() method in AuthException
65 throws IOException, AuthException, HttpException { in execute()85 throw new AuthException(mConnection.getResponseMessage()); in execute()
58 throws IOException, AuthException { in sendRequestAsByteArray()94 throw new AuthException("Auth error"); in sendRequestAsByteArray()120 throws IOException, AuthException { in sendRequestAsInputStream()137 throw new AuthException("Auth error"); in sendRequestAsInputStream()196 throws IOException, AuthException { in getRequestAsString()211 throws IOException, AuthException { in getRequestAsString()
20 public class AuthException extends Exception { class22 public AuthException(String detailMessage) { in AuthException() method in AuthException
118 } catch (AuthException ex) { in doInBackground()
63 public void testError_badGateway() throws IOException, AuthException { in testError_badGateway()
256 "java/com/android/incallui/calllocation/impl/AuthException.java",