Searched refs:AuthenticationException (Results 1 - 25 of 27) sorted by relevance

12

/external/apache-http/src/org/apache/http/auth/
H A DAuthenticationException.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AuthenticationException.java $
47 public class AuthenticationException extends ProtocolException { class in inherits:ProtocolException
52 * Creates a new AuthenticationException with a <tt>null</tt> detail message.
54 public AuthenticationException() { method in class:AuthenticationException
59 * Creates a new AuthenticationException with the specified message.
63 public AuthenticationException(String message) { method in class:AuthenticationException
68 * Creates a new AuthenticationException with the specified detail message and cause.
74 public AuthenticationException(String message, Throwable cause) { method in class:AuthenticationException
H A DInvalidCredentialsException.java46 public class InvalidCredentialsException extends AuthenticationException {
H A DAuthScheme.java137 * @throws AuthenticationException if authorization string cannot
143 throws AuthenticationException;
/external/apache-http/src/org/apache/http/impl/auth/
H A DNTLMEngineException.java33 import org.apache.http.auth.AuthenticationException;
47 public class NTLMEngineException extends AuthenticationException {
H A DNTLMScheme.java36 import org.apache.http.auth.AuthenticationException;
114 final HttpRequest request) throws AuthenticationException {
138 throw new AuthenticationException("Unexpected state: " + this.state);
H A DBasicScheme.java36 import org.apache.http.auth.AuthenticationException;
130 * @throws AuthenticationException if authorization string cannot
137 final HttpRequest request) throws AuthenticationException {
H A DDigestScheme.java40 import org.apache.http.auth.AuthenticationException;
219 * @throws AuthenticationException if authorization string cannot
226 final HttpRequest request) throws AuthenticationException {
263 * @throws AuthenticationException when MD5 is an unsupported algorithm
265 private String createDigest(final Credentials credentials) throws AuthenticationException {
292 throw new AuthenticationException(
328 throw new AuthenticationException("Unhandled algorithm " + algorithm + " requested");
388 final String digest) throws AuthenticationException {
/external/apache-http/src/org/apache/http/client/
H A DAuthenticationHandler.java39 import org.apache.http.auth.AuthenticationException;
64 HttpContext context) throws AuthenticationException;
/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestProxyAuthentication.java44 import org.apache.http.auth.AuthenticationException;
101 } catch (AuthenticationException ex) {
H A DRequestTargetAuthentication.java44 import org.apache.http.auth.AuthenticationException;
102 } catch (AuthenticationException ex) {
/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractAuthenticationHandler.java47 import org.apache.http.auth.AuthenticationException;
117 final HttpContext context) throws AuthenticationException {
163 throw new AuthenticationException(
H A DDefaultRequestDirector.java58 import org.apache.http.auth.AuthenticationException;
742 } catch (AuthenticationException ex) {
771 } catch (AuthenticationException ex) {
982 } catch (AuthenticationException ex) {
1010 } catch (AuthenticationException ex) {
1067 throws MalformedChallengeException, AuthenticationException {
1079 throw new AuthenticationException(id +
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dcloud_api.py598 class AuthenticationException(ServiceException): class in inherits:ServiceException
/external/autotest/server/hosts/
H A Dparamiko_host.py131 raise paramiko.AuthenticationException()
153 except paramiko.AuthenticationException:
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java785 } catch (AuthenticationException ex) {
1010 } catch (AuthenticationException ex) {
1040 } catch (AuthenticationException ex) {
1097 throws MalformedChallengeException, AuthenticationException {
1109 throw new AuthenticationException(id +
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/
H A Dshadows-httpclient-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/shadows/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1184 milliseconds

12