org.glassfish.jersey.server
Class ParamException.URIParamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
org.glassfish.jersey.server.ParamException
org.glassfish.jersey.server.ParamException.URIParamException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ParamException.MatrixParamException, ParamException.PathParamException, ParamException.QueryParamException
- Enclosing class:
- ParamException
public abstract static class ParamException.URIParamException
- extends ParamException
An abstract parameter exception for the class of URI-parameter-based
exceptions.
All such exceptions of this type will contain a response with a 404
(Not Found) status code.
- See Also:
- Serialized Form
| Methods inherited from class javax.ws.rs.WebApplicationException |
getResponse |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParamException.URIParamException
protected ParamException.URIParamException(Throwable cause,
Class<? extends Annotation> parameterType,
String name,
String defaultStringValue)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.