public class MalformedCookieException extends ProtocolException
| Constructor and Description |
|---|
MalformedCookieException()
创建一个新的MalformedCookieException与一个
null详细消息。
|
MalformedCookieException(String message)
用指定的消息字符串创建一个新的MalformedCookieException。
|
MalformedCookieException(String message, Throwable cause)
创建一个新的MalformedCookieException与指定的详细信息和原因。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedCookieException()
null详细消息。
public MalformedCookieException(String message)
message - 异常详细信息
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.