HomeSort by relevance Sort by last modified time
    Searched defs:AuthenticationException (Results 1 - 5 of 5) 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) {
  /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 116 milliseconds