public class UnexpectedResponseException extends RuntimeException
| Constructor and Description |
|---|
UnexpectedResponseException(Response response)
Creates a new exception for the given response.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getResponse()
Returns the unexpected response
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic UnexpectedResponseException(Response response)
response - The unexpected responseCopyright © 2012–2018 Atlassian. All rights reserved.