Package | Description |
---|---|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
Modifier and Type | Method and Description |
---|---|
HeaderValueException.Context |
HeaderValueException.getContext()
Get the exception context.
|
HeaderValueException.Context |
InboundMessageContext.getHeaderValueExceptionContext() |
protected abstract HeaderValueException.Context |
MessageHeaderMethods.getHeaderValueExceptionContext()
Return
HeaderValueException.Context type of the message context. |
HeaderValueException.Context |
OutboundMessageContext.getHeaderValueExceptionContext() |
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.
|
Constructor and Description |
---|
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.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.