Class ParamException.FormParamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
org.glassfish.jersey.server.ParamException
org.glassfish.jersey.server.ParamException.FormParamException
All Implemented Interfaces:
Serializable
Enclosing class:
ParamException

public static class ParamException.FormParamException extends ParamException
A parameter exception for errors with FormParam.
Author:
Paul Sandoz, Marek Potociar (marek.potociar at oracle.com)
See Also:
  • Constructor Details

    • FormParamException

      public FormParamException(Throwable cause, String name, String defaultStringValue)