Uses of Class
org.glassfish.jersey.message.internal.HeaderValueException.Context
-
Packages that use HeaderValueException.Context Package Description org.glassfish.jersey.message.internal Common Jersey internal messaging classes. -
-
Uses of HeaderValueException.Context in org.glassfish.jersey.message.internal
Fields in org.glassfish.jersey.message.internal declared as HeaderValueException.Context Modifier and Type Field Description private HeaderValueException.Context
HeaderValueException. context
Methods in org.glassfish.jersey.message.internal that return HeaderValueException.Context Modifier and Type Method Description HeaderValueException.Context
HeaderValueException. getContext()
Get the exception context.static HeaderValueException.Context
HeaderValueException.Context. valueOf(java.lang.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 Constructor Description HeaderValueException(java.lang.String message, java.lang.Throwable cause, HeaderValueException.Context context)
Create a new header value exception from message, cause and context.HeaderValueException(java.lang.String message, HeaderValueException.Context context)
Create a new header value exception from message and context.
-