Package com.sun.jersey.api

Provides support for responses and exceptions.

See:
          Description

Class Summary
Responses Common status codes and responses.
 

Exception Summary
ConflictException A HTTP 409 (Conflict) exception.
NotFoundException A HTTP 404 (Not Found) exception.
ParamException An abstract extension of WebApplicationException for the class of parameter-based exceptions.
ParamException.CookieParamException A parameter exception for errors with CookieParam.
ParamException.FormParamException A parameter exception for errors with FormParam.
ParamException.HeaderParamException A parameter exception for errors with HeaderParam.
ParamException.MatrixParamException A URI-parameter-based exception for errors with MatrixParam.
ParamException.PathParamException A URI-parameter-based exception for errors with PathParam.
ParamException.QueryParamException A URI-parameter-based exception for errors with QueryParam.
ParamException.URIParamException An abstract parameter exception for the class of URI-parameter-based exceptions.
 

Package com.sun.jersey.api Description

Provides support for responses and exceptions.



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