public class ParsingException extends ProtocolException
response
Constructor and Description |
---|
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.
|
getResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParsingException()
public ParsingException(String s)
s
- the detail messagepublic ParsingException(Response r)
r
- the ResponseCopyright © 2019 JBoss by Red Hat. All rights reserved.