ServiceNotAvailableException(String, Throwable) constructor
Initializes a new instance of the ServiceNotAvailableException class with a default message and tag and the specified inner exception.
Signature
public ServiceNotAvailableException(String applicationName, Throwable e)
Parameters
Name | Datatype | Description |
---|---|---|
applicationName |
String |
|
e |
Throwable |
The inner exception. |
Returns
Defined in
ServiceNotAvailableException.java