Uses of Class
org.glassfish.jersey.message.internal.HeaderValueException.Context

Packages that use HeaderValueException.Context
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
 

Uses of HeaderValueException.Context in org.glassfish.jersey.message.internal
 

Methods in org.glassfish.jersey.message.internal that return HeaderValueException.Context
 HeaderValueException.Context HeaderValueException.getContext()
          Get the exception context.
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.
 

Constructors in org.glassfish.jersey.message.internal with parameters of type HeaderValueException.Context
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-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.