Example usage for org.apache.http.auth AuthenticationException subclass-usage

List of usage examples for org.apache.http.auth AuthenticationException subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.auth AuthenticationException subclass-usage.

Usage

From source file com.daskiworks.ghwatch.backend.OTPAuthenticationException.java

/**
 * Exception thrown when two factor authentication is necessary
 * 
 * @author Vlastimil Elias <vlastimil.elias@worldonline.cz>
 */
public class OTPAuthenticationException extends AuthenticationException {

From source file com.androidquery.test.NTLMEngineException.java

/**
 * Signals NTLM protocol failure.
 *
 *
 * @since 4.0
 */

From source file com.thomsonreuters.proxy.authentication.NTLMEngineException.java

/**
 * Signals NTLM protocol failure.
 * 
 * @since 4.0
 */
@Immutable