HomeSort by relevance Sort by last modified time
    Searched refs:AuthenticationException (Results 1 - 17 of 17) sorted by null

  /external/apache-http/src/org/apache/http/auth/
AuthenticationException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AuthenticationException.java $
42 public class AuthenticationException extends ProtocolException {
47 * Creates a new AuthenticationException with a <tt>null</tt> detail message.
49 public AuthenticationException() {
54 * Creates a new AuthenticationException with the specified message.
58 public AuthenticationException(String message) {
63 * Creates a new AuthenticationException with the specified detail message and cause.
69 public AuthenticationException(String message, Throwable cause) {
InvalidCredentialsException.java 41 public class InvalidCredentialsException extends AuthenticationException {
AuthScheme.java 132 * @throws AuthenticationException if authorization string cannot
138 throws AuthenticationException;
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMEngineException.java 33 import org.apache.http.auth.AuthenticationException;
42 public class NTLMEngineException extends AuthenticationException {
NTLMScheme.java 36 import org.apache.http.auth.AuthenticationException;
108 final HttpRequest request) throws AuthenticationException {
132 throw new AuthenticationException("Unexpected state: " + this.state);
BasicScheme.java 36 import org.apache.http.auth.AuthenticationException;
125 * @throws AuthenticationException if authorization string cannot
132 final HttpRequest request) throws AuthenticationException {
DigestScheme.java 40 import org.apache.http.auth.AuthenticationException;
214 * @throws AuthenticationException if authorization string cannot
221 final HttpRequest request) throws AuthenticationException {
258 * @throws AuthenticationException when MD5 is an unsupported algorithm
260 private String createDigest(final Credentials credentials) throws AuthenticationException {
287 throw new AuthenticationException(
323 throw new AuthenticationException("Unhandled algorithm " + algorithm + " requested");
383 final String digest) throws AuthenticationException {
  /external/apache-http/src/org/apache/http/client/
AuthenticationHandler.java 39 import org.apache.http.auth.AuthenticationException;
59 HttpContext context) throws AuthenticationException;
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 44 import org.apache.http.auth.AuthenticationException;
96 } catch (AuthenticationException ex) {
RequestTargetAuthentication.java 44 import org.apache.http.auth.AuthenticationException;
97 } catch (AuthenticationException ex) {
  /external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java 47 import org.apache.http.auth.AuthenticationException;
112 final HttpContext context) throws AuthenticationException {
158 throw new AuthenticationException(
DefaultRequestDirector.java 57 import org.apache.http.auth.AuthenticationException;
697 } catch (AuthenticationException ex) {
726 } catch (AuthenticationException ex) {
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 37 import org.apache.http.auth.AuthenticationException;
93 } catch (final AuthenticationException e) {
97 Log.e(TAG, "AuthenticationException", e);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 31 import org.apache.http.auth.AuthenticationException;
213 ParseException, IOException, AuthenticationException {
250 throw new AuthenticationException();
270 AuthenticationException {
298 throw new AuthenticationException();
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 2202 milliseconds