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

  /external/apache-http/src/org/apache/http/impl/auth/
NTLMEngineException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/NTLMEngineException.java $
47 public class NTLMEngineException extends AuthenticationException {
51 public NTLMEngineException() {
56 * Creates a new NTLMEngineException with the specified message.
60 public NTLMEngineException(String message) {
65 * Creates a new NTLMEngineException with the specified detail message and cause.
71 public NTLMEngineException(String message, Throwable cause) {
NTLMEngine.java 56 * @throws NTLMEngineException
60 String workstation) throws NTLMEngineException;
72 * @throws NTLMEngineException
79 String challenge) throws NTLMEngineException;

Completed in 447 milliseconds