public final class FormDataParamException extends ParamException
FormDataParam
.ParamException.CookieParamException, ParamException.FormParamException, ParamException.HeaderParamException, ParamException.MatrixParamException, ParamException.PathParamException, ParamException.QueryParamException, ParamException.UriParamException
Constructor and Description |
---|
FormDataParamException(Throwable cause,
String name,
String defaultStringValue)
Create new
FormDataParam exception. |
getDefaultStringValue, getParameterName, getParameterType
getResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FormDataParamException(Throwable cause, String name, String defaultStringValue)
FormDataParam
exception.cause
- real cause.name
- parameter name.defaultStringValue
- default value.Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.