Uses of Interface
org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
Packages that use PostInvocationInterceptor.ExceptionContext
-
Uses of PostInvocationInterceptor.ExceptionContext in org.glassfish.jersey.client.spi
Methods in org.glassfish.jersey.client.spi with parameters of type PostInvocationInterceptor.ExceptionContextModifier and TypeMethodDescriptionvoid
PostInvocationInterceptor.onException
(ClientRequestContext requestContext, PostInvocationInterceptor.ExceptionContext exceptionContext) The method is invoked after aThrowable
is caught during the client request chain processing.