public class RiotResponseException extends RuntimeException
| Constructor and Description | 
|---|
RiotResponseException(org.asynchttpclient.Response response)  | 
RiotResponseException(String message,
                     org.asynchttpclient.Response response)  | 
RiotResponseException(String message,
                     Throwable cause,
                     org.asynchttpclient.Response response)  | 
RiotResponseException(Throwable cause,
                     org.asynchttpclient.Response response)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.asynchttpclient.Response | 
getResponse()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RiotResponseException(org.asynchttpclient.Response response)
public RiotResponseException(Throwable cause, org.asynchttpclient.Response response)
public RiotResponseException(String message, org.asynchttpclient.Response response)
Copyright © 2019. All rights reserved.