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, getParameterTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormDataParamException(Throwable cause, String name, String defaultStringValue)
FormDataParam exception.cause - real cause.name - parameter name.defaultStringValue - default value.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.