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 |
Signals that a cookie violates a restriction imposed by the cookie specification.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new CookeFormatViolationException with a null detail
message.
| |||||||||||
Creates a new CookeRestrictionViolationException with a specified
message string.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Creates a new CookeFormatViolationException with a null detail message.
Creates a new CookeRestrictionViolationException with a specified message string.
message | The exception detail message |
---|