org.glassfish.jersey.server
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
public static class ParamException.QueryParamException
- extends ParamException.UriParamException
A URI-parameter-based exception for errors with QueryParam
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParamException.QueryParamException
public ParamException.QueryParamException(Throwable cause,
String name,
String defaultStringValue)
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.