List of usage examples for org.springframework.web.client RestClientException subclass-usage
From source file org.intermine.app.net.HttpNetworkException.java
public class HttpNetworkException extends RestClientException { private HttpStatus mStatusCode; private HttpHeaders mHeaders; private String mErrorMessage; public HttpNetworkException(String msg) {
From source file com.sastix.cms.common.exception.CommonException.java
/** * This is the parent Exception. * All other exceptions should be extend CommonException . */ public class CommonException extends RestClientException {
From source file org.craftercms.commons.rest.RestServiceException.java
/**
* Exception thrown when an error is received from a REST service. The {@code errorDetails} holds the details
* of the error, and can be anything the service wants to return.
*
* @author avasquez
*/
From source file fr.itldev.koya.services.exceptions.AlfrescoServiceException.java
public class AlfrescoServiceException extends RestClientException { private Integer koyaErrorCode; private Integer httpErrorCode; public Integer getKoyaErrorCode() {