Class ParamException.CookieParamException

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.CookieParamException
All Implemented Interfaces:
Serializable
Enclosing class:
ParamException

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

    • CookieParamException

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