public class ServiceNotAvailableException extends RuntimeException
| Constructor and Description |
|---|
ServiceNotAvailableException()
Constructs an exception with no message and no underlying cause.
|
ServiceNotAvailableException(String message)
Constructs an exception with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceNotAvailableException()
public ServiceNotAvailableException(String message)
message - the message describing the specific nature of the errorCopyright © 2014. All Rights Reserved.