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