Uses of Class
org.glassfish.jersey.server.ParamException
-
Packages that use ParamException Package Description org.glassfish.jersey.media.multipart JAX-RS Integration with MIME MultiPart Message Formatsorg.glassfish.jersey.server Jersey server-side classes. -
-
Uses of ParamException in org.glassfish.jersey.media.multipart
Subclasses of ParamException in org.glassfish.jersey.media.multipart Modifier and Type Class Description classFormDataParamExceptionA parameter-based exception for errors withFormDataParam. -
Uses of ParamException in org.glassfish.jersey.server
Subclasses of ParamException in org.glassfish.jersey.server Modifier and Type Class Description static classParamException.CookieParamExceptionA parameter exception for errors withCookieParam.static classParamException.FormParamExceptionA parameter exception for errors withFormParam.static classParamException.HeaderParamExceptionA parameter exception for errors withHeaderParam.static classParamException.MatrixParamExceptionA URI-parameter-based exception for errors withMatrixParam.static classParamException.PathParamExceptionA URI-parameter-based exception for errors withPathParam.static classParamException.QueryParamExceptionA URI-parameter-based exception for errors withQueryParam.static classParamException.UriParamExceptionAn abstract parameter exception for the class of URI-parameter-based exceptions.
-