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