public class UnexpectedHTTPResponse extends RuntimeException
Constructor and Description |
---|
UnexpectedHTTPResponse(HTTPResponse response) |
UnexpectedHTTPResponse(String message,
HTTPResponse response) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
HTTPResponse |
getResponse() |
int |
hashCode() |
void |
setResponse(HTTPResponse response) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public UnexpectedHTTPResponse(String message, HTTPResponse response)
public UnexpectedHTTPResponse(HTTPResponse response)
@Generated(value="lombok") public HTTPResponse getResponse()
@Generated(value="lombok") public void setResponse(HTTPResponse response)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
Copyright © 2016 Rustici Software. All Rights Reserved.