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 and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
protected |
UriParamException(java.lang.Throwable cause,
java.lang.Class<? extends java.lang.annotation.Annotation> parameterType,
java.lang.String name,
java.lang.String defaultStringValue) |
getDefaultStringValue, getParameterName, getParameterType
private static final long serialVersionUID