Class FormDataParamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
org.glassfish.jersey.server.ParamException
org.glassfish.jersey.media.multipart.FormDataParamException
- All Implemented Interfaces:
Serializable
A parameter-based exception for errors with
FormDataParam
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.glassfish.jersey.server.ParamException
ParamException.CookieParamException, ParamException.FormParamException, ParamException.HeaderParamException, ParamException.MatrixParamException, ParamException.PathParamException, ParamException.QueryParamException, ParamException.UriParamException
-
Constructor Summary
ConstructorsConstructorDescriptionFormDataParamException
(Throwable cause, String name, String defaultStringValue) Create newFormDataParam
exception. -
Method Summary
Methods inherited from class org.glassfish.jersey.server.ParamException
getDefaultStringValue, getParameterName, getParameterType
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormDataParamException
Create newFormDataParam
exception.- Parameters:
cause
- real cause.name
- parameter name.defaultStringValue
- default value.
-