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
Subclasses with type arguments of type HeaderValueException.Context in org.glassfish.jersey.message.internalModifier and TypeClassDescriptionstatic enumContext that contains header problems causing this exception (e.g.Fields in org.glassfish.jersey.message.internal declared as HeaderValueException.ContextModifier and TypeFieldDescriptionprivate final HeaderValueException.ContextHeaderValueException.contextMethods in org.glassfish.jersey.message.internal that return HeaderValueException.ContextModifier and TypeMethodDescriptionHeaderValueException.getContext()Get the exception context.static HeaderValueException.ContextReturns 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.