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 class
FormDataParamException
A 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 class
ParamException.CookieParamException
A parameter exception for errors withCookieParam
.static class
ParamException.FormParamException
A parameter exception for errors withFormParam
.static class
ParamException.HeaderParamException
A parameter exception for errors withHeaderParam
.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
.static class
ParamException.UriParamException
An abstract parameter exception for the class of URI-parameter-based exceptions.
-