Uses of Enum Class
org.glassfish.jersey.message.internal.HeaderValueException.Context
Packages that use HeaderValueException.Context
-
Uses of HeaderValueException.Context in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal that return HeaderValueException.ContextModifier and TypeMethodDescriptionHeaderValueException.getContext()Get the exception context.InboundMessageContext.getHeaderValueExceptionContext()protected abstract HeaderValueException.ContextMessageHeaderMethods.getHeaderValueExceptionContext()ReturnHeaderValueException.Contexttype of the message context.OutboundMessageContext.getHeaderValueExceptionContext()static HeaderValueException.ContextReturns the enum constant of this class with the specified name.static HeaderValueException.Context[]HeaderValueException.Context.values()Returns an array containing the constants of this enum class, 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.