Uses of Class
org.glassfish.jersey.server.ParamException
Packages that use ParamException
Package
Description
JAX-RS Integration with MIME MultiPart Message Formats
Jersey server-side classes.
-
Uses of ParamException in org.glassfish.jersey.media.multipart
Subclasses of ParamException in org.glassfish.jersey.media.multipartModifier and TypeClassDescriptionfinal classA parameter-based exception for errors withFormDataParam. -
Uses of ParamException in org.glassfish.jersey.server
Subclasses of ParamException in org.glassfish.jersey.serverModifier and TypeClassDescriptionstatic classA parameter exception for errors withCookieParam.static classA parameter exception for errors withFormParam.static classA parameter exception for errors withHeaderParam.static classA URI-parameter-based exception for errors withMatrixParam.static classA URI-parameter-based exception for errors withPathParam.static classA URI-parameter-based exception for errors withQueryParam.static classAn abstract parameter exception for the class of URI-parameter-based exceptions.