| Package | Description |
|---|---|
| org.glassfish.jersey.media.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormDataParamException
A parameter-based exception for errors with
FormDataParam. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ParamException.CookieParamException
A parameter exception for errors with
CookieParam. |
static class |
ParamException.FormParamException
A parameter exception for errors with
FormParam. |
static class |
ParamException.HeaderParamException
A parameter exception for errors with
HeaderParam. |
static class |
ParamException.MatrixParamException
A URI-parameter-based exception for errors with
MatrixParam. |
static class |
ParamException.PathParamException
A URI-parameter-based exception for errors with
PathParam. |
static class |
ParamException.QueryParamException
A URI-parameter-based exception for errors with
QueryParam. |
static class |
ParamException.UriParamException
An abstract parameter exception for the class of URI-parameter-based
exceptions.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.