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 |
UriParamException(Throwable cause,
Class<? extends Annotation> parameterType,
String name,
String defaultStringValue) |
getDefaultStringValue, getParameterName, getParameterType
getResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected UriParamException(Throwable cause, Class<? extends Annotation> parameterType, String name, String defaultStringValue)
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.