Example usage for org.springframework.web.client DefaultResponseErrorHandler subclass-usage

List of usage examples for org.springframework.web.client DefaultResponseErrorHandler subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.client DefaultResponseErrorHandler subclass-usage.

Usage

From source file org.obiba.onyx.core.service.impl.RestfulParticipantRegistryErrorHandler.java

/**
 * Provides custom error handling for the {@link RestfulParticipantRegistry} {@link RestTemplate}.
 */
public class RestfulParticipantRegistryErrorHandler extends DefaultResponseErrorHandler {

    @Override

From source file craterdog.marketplace.ServiceResponseErrorHandler.java

/**
 * This class checks to see if the HTTP response is unexpected.
 *
 * @author Derk Norton
 */
public final class ServiceResponseErrorHandler extends DefaultResponseErrorHandler {

From source file com.ge.predix.uaa.token.lib.FastTokenServicesResponseErrorHandler.java

public class FastTokenServicesResponseErrorHandler extends DefaultResponseErrorHandler {
    /*
     * (non-Javadoc)
     * 
     * @see org.springframework.web.client.DefaultResponseErrorHandler#handleError(org.springframework.http.client.
     * ClientHttpResponse) We overrode this method to ignore 400 errors.

From source file org.grails.datastore.mapping.riak.util.Ignore404sErrorHandler.java

/**
 * @author J. Brisbin <jon@jbrisbin.com>
 */
public class Ignore404sErrorHandler extends DefaultResponseErrorHandler {

    @Override

From source file com.playhaven.android.req.ServerErrorHandler.java

/**
 * Handle reported errors from the server
 */
public class ServerErrorHandler extends DefaultResponseErrorHandler {
    public ServerErrorHandler() {
        super();

From source file org.openschedule.api.impl.OpenScheduleErrorHandler.java

/**
 * @author Daniel Frey
 */
public class OpenScheduleErrorHandler extends DefaultResponseErrorHandler {

}

From source file com.epam.ta.reportportal.commons.exception.forwarding.ForwardingClientExceptionHandler.java

/**
 * Exception handler for Spring's RestTemplate
 * Throws exception with downstream service response to be
 * forwarded to upstream service (just propagates exception to upstream service)
 *
 * @author Andrei Varabyeu

From source file org.springframework.social.support.LoggingErrorHandler.java

public class LoggingErrorHandler extends DefaultResponseErrorHandler {

    private static final Log LOG = LogFactory.getLog(LoggingErrorHandler.class);

    @Override
    public void handleError(ClientHttpResponse response) throws IOException {

From source file com.somerledsolutions.pa11y.client.Pa11yRestClientErrorHandler.java

public class Pa11yRestClientErrorHandler extends DefaultResponseErrorHandler {
}

From source file org.syncope.client.validation.SyncopeClientErrorHandler.java

public class SyncopeClientErrorHandler extends DefaultResponseErrorHandler {

    public static final String EXCEPTION_TYPE_HEADER = "ExceptionType";

    /**
     * Logger.