org.apache.http.cookie
Class CookieRestrictionViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.http.HttpException
              extended by org.apache.http.ProtocolException
                  extended by org.apache.http.cookie.MalformedCookieException
                      extended by org.apache.http.cookie.CookieRestrictionViolationException
All Implemented Interfaces:
Serializable

public class CookieRestrictionViolationException
extends MalformedCookieException

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

Since:
4.1
See Also:
Serialized Form

Constructor Summary
CookieRestrictionViolationException()
          Creates a new CookeFormatViolationException with a null detail message.
CookieRestrictionViolationException(String message)
          Creates a new CookeRestrictionViolationException with a specified message string.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CookieRestrictionViolationException

public CookieRestrictionViolationException()
Creates a new CookeFormatViolationException with a null detail message.


CookieRestrictionViolationException

public CookieRestrictionViolationException(String message)
Creates a new CookeRestrictionViolationException with a specified message string.

Parameters:
message - The exception detail message


Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.