public class UnexpectedResponseException
extends java.lang.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
|
java.lang.String |
toString() |
public UnexpectedResponseException(Response response)
response - The unexpected responsepublic Response getResponse()
public java.lang.String toString()
toString in class java.lang.ThrowableCopyright © 2012-2013 Atlassian. All Rights Reserved.