public class ServiceUnavailableException extends Exception
| Constructor and Description |
|---|
ServiceUnavailableException()
Constructs a new ServiceUnavailableException.
|
ServiceUnavailableException(String message)
Constructs a new ServiceUnavailableException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceUnavailableException()
public ServiceUnavailableException(String message)
message - the cause of the exception.