Example usage for org.apache.commons.httpclient HttpException subclass-usage

List of usage examples for org.apache.commons.httpclient HttpException subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.httpclient HttpException subclass-usage.

Usage

From source file org.kuali.rice.ksb.messaging.HttpException.java

public class HttpException extends org.apache.commons.httpclient.HttpException {

    private static final long serialVersionUID = -2660638986164631692L;

    private int responseCode;

From source file davmail.exception.HttpForbiddenException.java

/**
 * HttpException with 403 forbidden status.
 */
public class HttpForbiddenException extends HttpException {
    /**
     * HttpException with 403 forbidden status.

From source file davmail.exception.HttpNotFoundException.java

/**
 * HttpException with 404 not found status.
 */
public class HttpNotFoundException extends HttpException {
    /**
     * HttpException with 404 not found status.

From source file davmail.exception.HttpPreconditionFailedException.java

/**
 * HttpException with 412 precondition failed status.
 */
public class HttpPreconditionFailedException extends HttpException {
    /**
     * HttpException with 412 precondition failed status.

From source file davmail.exception.HttpServerErrorException.java

/**
 * HttpException with 500 internal server error status.
 */
public class HttpServerErrorException extends HttpException {
    /**
     * HttpException with 500 internal server error status.

From source file davmail.exception.InsufficientStorageException.java

/**
 * HttpException with 507 Insufficient Storage status.
 */
public class InsufficientStorageException extends HttpException {
    /**
     * HttpException with 507 Insufficient Storage status.

From source file davmail.exception.LoginTimeoutException.java

/**
 * HttpException with 440 login timeout status.
 */
public class LoginTimeoutException extends HttpException {
    /**
     * HttpException with 550 login timeout status.