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