public class MalformedCookieException extends ProtocolException
| 构造器和说明 |
|---|
MalformedCookieException()
Creates a new MalformedCookieException with a
null detail message. |
MalformedCookieException(String message)
Creates a new MalformedCookieException with a specified message string.
|
MalformedCookieException(String message,
Throwable cause)
Creates a new MalformedCookieException with the specified detail message and cause.
|
public MalformedCookieException()
null detail message.public MalformedCookieException(String message)
message - The exception detail messagepublic MalformedCookieException(String message, Throwable cause)
message - the exception detail messagecause - the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a ThrowableCopyright © 2023. All rights reserved.