Uses of Interface
org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
Packages that use PostInvocationInterceptor.ExceptionContext Package Description org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces. -
-
Uses of PostInvocationInterceptor.ExceptionContext in org.glassfish.jersey.client.spi
Methods in org.glassfish.jersey.client.spi with parameters of type PostInvocationInterceptor.ExceptionContext Modifier and Type Method Description voidPostInvocationInterceptor. onException(jakarta.ws.rs.client.ClientRequestContext requestContext, PostInvocationInterceptor.ExceptionContext exceptionContext)The method is invoked after aThrowableis caught during the client request chain processing.
-