public class ParsingException extends ProtocolException
response| 构造器和说明 |
|---|
ParsingException()
Constructs an ParsingException with no detail message.
|
ParsingException(Response r)
Constructs an ParsingException with the specified Response.
|
ParsingException(String s)
Constructs an ParsingException with the specified detail message.
|
getResponsepublic ParsingException()
public ParsingException(String s)
s - the detail messagepublic ParsingException(Response r)
r - the ResponseCopyright © 2021 Oracle. All rights reserved.