Class ApacheHttpClient4ExceptionMapper
java.lang.Object
org.jboss.resteasy.client.exception.mapper.ApacheHttpClient4ExceptionMapper
- All Implemented Interfaces:
ClientExceptionMapper<Exception>
@Provider
public class ApacheHttpClient4ExceptionMapper
extends Object
implements ClientExceptionMapper<Exception>
- Version:
- $Revision: 1.1 $ Copyright Jul 28, 2012
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate ResteasyClientException
mapHttpException
(org.apache.http.HttpException e) private ResteasyClientException
toException
(Exception exception)
-
Constructor Details
-
ApacheHttpClient4ExceptionMapper
public ApacheHttpClient4ExceptionMapper()
-
-
Method Details
-
toException
- Specified by:
toException
in interfaceClientExceptionMapper<Exception>
-
mapIOException
-
mapHttpException
-