public class NotFoundException extends ClientErrorException
| Constructor and Description |
|---|
NotFoundException() |
NotFoundException(Response response) |
NotFoundException(Response response,
Throwable cause) |
NotFoundException(String message) |
NotFoundException(String message,
Response response) |
NotFoundException(String message,
Response response,
Throwable cause) |
NotFoundException(String message,
Throwable cause) |
NotFoundException(Throwable cause) |
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018 The Apache Software Foundation. All rights reserved.