Class ConvertCookieParamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.restlet.ext.jaxrs.internal.exceptions.ConvertCookieParamException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class ConvertCookieParamException extends javax.ws.rs.WebApplicationExceptionDeprecated.Will be removed in next minor release.This kind of exception is thrown, if a query parameter could not be converted.- See Also:
CookieParam, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description ConvertCookieParamException(ConvertParameterException cpe)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConvertCookieParamException
public ConvertCookieParamException(ConvertParameterException cpe)
Deprecated.- Parameters:
cpe-
-
-