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:
java.io.Serializable
public final class FormDataParamException extends ParamException
A parameter-based exception for errors withFormDataParam
.- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description FormDataParamException(java.lang.Throwable cause, java.lang.String name, java.lang.String defaultStringValue)
Create newFormDataParam
exception.
-
Method Summary
-
Methods inherited from class org.glassfish.jersey.server.ParamException
getDefaultStringValue, getParameterName, getParameterType
-
-
-
-
Constructor Detail
-
FormDataParamException
public FormDataParamException(java.lang.Throwable cause, java.lang.String name, java.lang.String defaultStringValue)
Create newFormDataParam
exception.- Parameters:
cause
- real cause.name
- parameter name.defaultStringValue
- default value.
-
-