Uses of Class
org.glassfish.jersey.server.ParamException.UriParamException
-
Packages that use ParamException.UriParamException Package Description org.glassfish.jersey.server Jersey server-side classes. -
-
Uses of ParamException.UriParamException in org.glassfish.jersey.server
Subclasses of ParamException.UriParamException in org.glassfish.jersey.server Modifier and Type Class Description static class
ParamException.MatrixParamException
A URI-parameter-based exception for errors withMatrixParam
.static class
ParamException.PathParamException
A URI-parameter-based exception for errors withPathParam
.static class
ParamException.QueryParamException
A URI-parameter-based exception for errors withQueryParam
.
-