Example usage for org.apache.http.client ClientProtocolException subclass-usage

List of usage examples for org.apache.http.client ClientProtocolException subclass-usage

Introduction

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

Usage

From source file ch.iterate.openstack.swift.exception.GenericException.java

/**
 * @author lvaughn
 */
public class GenericException extends ClientProtocolException {
    private static final long serialVersionUID = -3302541176431848365L;

From source file com.noah.lol.exception.NetworkException.java

public class NetworkException extends ClientProtocolException {

    private int status;

    public NetworkException(String string) {
        super(string);

From source file org.eclipse.lyo.testsuite.server.trsutils.InvalidRDFResourceException.java

public class InvalidRDFResourceException extends ClientProtocolException {
    private static final long serialVersionUID = 1L;

    public InvalidRDFResourceException() {
        super();
    }