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
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.
- Author:
- Paul Sandoz, Marek Potociar (marek.potociar at oracle.com)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ParamException
ParamException.CookieParamException, ParamException.FormParamException, ParamException.HeaderParamException, ParamException.MatrixParamException, ParamException.PathParamException, ParamException.QueryParamException, ParamException.UriParamException -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUriParamException(Throwable cause, Class<? extends Annotation> parameterType, String name, String defaultStringValue) -
Method Summary
Methods inherited from class ParamException
getDefaultStringValue, getParameterName, getParameterTypeMethods inherited from class javax.ws.rs.WebApplicationException
getResponseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UriParamException
protected UriParamException(Throwable cause, Class<? extends Annotation> parameterType, String name, String defaultStringValue)
-