HomeSort by relevance Sort by last modified time
    Searched defs:MalformedCookieException (Results 1 - 4 of 4) sorted by null

  /external/apache-http/src/org/apache/http/cookie/
MalformedCookieException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/MalformedCookieException.java $
44 public class MalformedCookieException extends ProtocolException {
49 * Creates a new MalformedCookieException with a <tt>null</tt> detail message.
51 public MalformedCookieException() {
56 * Creates a new MalformedCookieException with a specified message string.
60 public MalformedCookieException(String message) {
65 * Creates a new MalformedCookieException with the specified detail message and cause.
71 public MalformedCookieException(String message, Throwable cause) {
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 18 milliseconds