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

  /external/apache-http/src/org/apache/http/auth/
InvalidCredentialsException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/InvalidCredentialsException.java $
46 public class InvalidCredentialsException extends AuthenticationException {
51 * Creates a new InvalidCredentialsException with a <tt>null</tt> detail message.
53 public InvalidCredentialsException() {
58 * Creates a new InvalidCredentialsException with the specified message.
62 public InvalidCredentialsException(String message) {
67 * Creates a new InvalidCredentialsException with the specified detail message and cause.
73 public InvalidCredentialsException(String message, Throwable cause) {
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMScheme.java 38 import org.apache.http.auth.InvalidCredentialsException;
119 throw new InvalidCredentialsException(

Completed in 1534 milliseconds