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