Class RestExceptionFactory
java.lang.Object
com.peterphi.std.guice.restclient.exception.RestExceptionFactory
A factory that reflectively builds instances of RestException
This factory is used to gain access to the package-private setter methods in RestException
This factory is used to gain access to the package-private setter methods in RestException
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(RestFailure failure, javax.ws.rs.client.ClientResponseContext responseContext)
-
Constructor Details
-
RestExceptionFactory
public RestExceptionFactory()
-
-
Method Details
-
build
public RestException build(RestFailure failure, javax.ws.rs.client.ClientResponseContext responseContext)
-