NoConsumptionRightsException(String, boolean, String, Throwable) constructor
Initializes a new instance of the NoConsumptionRightsException class with the specified exception and a default tag and message.
Signature
public NoConsumptionRightsException(String userId, boolean isURIEmailAddress, String uri, Throwable e)
Parameters
Name | Datatype | Description |
---|---|---|
userId |
String |
The user Id used while trying to communicate. |
isUriEmailAddress |
boolean |
A flag designating if the following parameter is an email address or a URI. |
uri |
String |
|
e |
Throwable |
The exception being thrown. |
Returns
Defined in
NoConsumptionRightsException.java