|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HeaderValueException.Context | |
|---|---|
| org.glassfish.jersey.message.internal | Common Jersey internal messaging classes. |
| Uses of HeaderValueException.Context in org.glassfish.jersey.message.internal |
|---|
| Methods in org.glassfish.jersey.message.internal that return HeaderValueException.Context | |
|---|---|
HeaderValueException.Context |
HeaderValueException.getContext()
Get the exception context. |
static HeaderValueException.Context |
HeaderValueException.Context.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HeaderValueException.Context[] |
HeaderValueException.Context.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.glassfish.jersey.message.internal with parameters of type HeaderValueException.Context | |
|---|---|
HeaderValueException(String message,
HeaderValueException.Context context)
Create a new header value exception from message and context. |
|
HeaderValueException(String message,
Throwable cause,
HeaderValueException.Context context)
Create a new header value exception from message, cause and context. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||