public abstract static class ParamException.URIParamException extends ParamException
All such exceptions of this type will contain a response with a 404 (Not Found) status code.
ParamException.CookieParamException, ParamException.FormParamException, ParamException.HeaderParamException, ParamException.MatrixParamException, ParamException.PathParamException, ParamException.QueryParamException, ParamException.URIParamException
Modifier | Constructor and Description |
---|---|
protected |
ParamException.URIParamException(Throwable cause,
Class<? extends Annotation> parameterType,
String name,
String defaultStringValue) |
getDefaultStringValue, getParameterName, getParameterType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ParamException.URIParamException(Throwable cause, Class<? extends Annotation> parameterType, String name, String defaultStringValue)
Copyright © 2013 Oracle Corporation. All rights reserved.