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 TypeMethodDescriptionvoidPostInvocationInterceptor.onException(ClientRequestContext requestContext, PostInvocationInterceptor.ExceptionContext exceptionContext) The method is invoked after aThrowableis caught during the client request chain processing.