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