public class NotFoundException extends ServiceResponseException
| Constructor and Description |
|---|
NotFoundException(String message)
Instantiates a new not found exception.
|
NotFoundException(String message,
Throwable cause)
Instantiates a new not found exception.
|
getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException(String message)
message - the messageCopyright © 2015. All rights reserved.