Uses of Class
org.glassfish.jersey.server.ParamException
-
Packages that use ParamException Package Description org.glassfish.jersey.server Jersey server-side classes. -
-
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.
-