Class ParamException.QueryParamException
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
org.glassfish.jersey.server.ParamException.QueryParamException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ParamException
A URI-parameter-based exception for errors with
QueryParam.- 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
ConstructorsConstructorDescriptionQueryParamException(Throwable cause, 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
-
QueryParamException
-