public class

CookieRestrictionViolationException

extends MalformedCookieException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.apache.http.HttpException
         ↳ org.apache.http.ProtocolException
           ↳ org.apache.http.cookie.MalformedCookieException
             ↳ org.apache.http.cookie.CookieRestrictionViolationException

Class Overview

Signals that a cookie violates a restriction imposed by the cookie specification.

Summary

Public Constructors
CookieRestrictionViolationException()
Creates a new CookeFormatViolationException with a null detail message.
CookieRestrictionViolationException(String message)
Creates a new CookeRestrictionViolationException with a specified message string.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CookieRestrictionViolationException ()

Also: HttpClient

Creates a new CookeFormatViolationException with a null detail message.

public CookieRestrictionViolationException (String message)

Also: HttpClient

Creates a new CookeRestrictionViolationException with a specified message string.

Parameters
message The exception detail message