Uses of Class
com.sun.jersey.api.ParamException

Packages that use ParamException
com.sun.jersey.api Provides support for responses and exceptions. 
 

Uses of ParamException in com.sun.jersey.api
 

Subclasses of ParamException in com.sun.jersey.api
static class ParamException.CookieParamException
          A parameter exception for errors with CookieParam.
static class ParamException.FormParamException
          A parameter exception for errors with FormParam.
static class ParamException.HeaderParamException
          A parameter exception for errors with HeaderParam.
static class ParamException.MatrixParamException
          A URI-parameter-based exception for errors with MatrixParam.
static class ParamException.PathParamException
          A URI-parameter-based exception for errors with PathParam.
static class ParamException.QueryParamException
          A URI-parameter-based exception for errors with QueryParam.
static class ParamException.URIParamException
          An abstract parameter exception for the class of URI-parameter-based exceptions.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.