Uses of Enum
org.glassfish.jersey.message.internal.HeaderValueException.Context
Packages that use HeaderValueException.Context
-
Uses of HeaderValueException.Context in org.glassfish.jersey.message.internal
Fields in org.glassfish.jersey.message.internal declared as HeaderValueException.ContextModifier and TypeFieldDescriptionprivate final HeaderValueException.Context
HeaderValueException.context
Methods in org.glassfish.jersey.message.internal that return HeaderValueException.ContextModifier and TypeMethodDescriptionHeaderValueException.getContext()
Get the exception context.static HeaderValueException.Context
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.ContextModifierConstructorDescriptionHeaderValueException
(String message, Throwable cause, HeaderValueException.Context context) Create a new header value exception from message, cause and context.HeaderValueException
(String message, HeaderValueException.Context context) Create a new header value exception from message and context.