java.io.Serializablepublic class ParsingException extends ProtocolException
response| Constructor | Description |
|---|---|
ParsingException() |
Constructs an ParsingException with no detail message.
|
ParsingException(Response r) |
Constructs an ParsingException with the specified Response.
|
ParsingException(java.lang.String s) |
Constructs an ParsingException with the specified detail message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResponsepublic ParsingException()
public ParsingException(java.lang.String s)
s - the detail messagepublic ParsingException(Response r)
r - the ResponseCopyright © 2018 Oracle. All rights reserved.