public class ServiceUnavailableException extends WebException
ServiceUnavailableException class.
| Constructor and Description |
|---|
ServiceUnavailableException()
Constructor for ServiceUnavailableException.
|
ServiceUnavailableException(String message)
Constructor for ServiceUnavailableException.
|
ServiceUnavailableException(String message,
Throwable cause)
Constructor for ServiceUnavailableException.
|
ServiceUnavailableException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for ServiceUnavailableException.
|
ServiceUnavailableException(Throwable cause)
Constructor for ServiceUnavailableException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceUnavailableException()
Constructor for ServiceUnavailableException.
public ServiceUnavailableException(String message)
Constructor for ServiceUnavailableException.
message - a String objectpublic ServiceUnavailableException(String message, Throwable cause)
Constructor for ServiceUnavailableException.
public ServiceUnavailableException(Throwable cause)
Constructor for ServiceUnavailableException.
cause - a Throwable objectCopyright © 2016–2024. All rights reserved.