|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.http.HttpException
org.apache.http.ProtocolException
org.apache.http.cookie.MalformedCookieException
org.apache.http.cookie.CookieRestrictionViolationException
@Immutable public class CookieRestrictionViolationException
Signals that a cookie violates a restriction imposed by the cookie specification.
| Constructor Summary | |
|---|---|
CookieRestrictionViolationException()
Creates a new CookeFormatViolationException with a null detail message. |
|
CookieRestrictionViolationException(java.lang.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 |
|---|
public CookieRestrictionViolationException()
public CookieRestrictionViolationException(java.lang.String message)
message - The exception detail message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||