public class InternalServerErrorException extends ServiceResponseException
| Constructor and Description | 
|---|
| InternalServerErrorException(String message,
                            com.squareup.okhttp.Response response)Instantiates a new Internal Server Error Exception. | 
getResponse, getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalServerErrorException(String message, com.squareup.okhttp.Response response)
message - the error messageresponse - the HTTP responseCopyright © 2015–2016. All rights reserved.