Uses of Class
jakarta.ws.rs.ProcessingException
Packages that use ProcessingException
Package
Description
The JAX-RS client API
-
Uses of ProcessingException in jakarta.ws.rs.client
Subclasses of ProcessingException in jakarta.ws.rs.clientModifier and TypeClassDescriptionclassJAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g. in a filter chain or during message entity de-serialization). -
Uses of ProcessingException in org.jboss.resteasy.plugins.providers.jsonp
Methods in org.jboss.resteasy.plugins.providers.jsonp that throw ProcessingExceptionModifier and TypeMethodDescriptionprotected byte[]JsonpPatchMethodFilter.applyPatch(ContainerRequestContext requestContext, byte[] targetJsonBytes)