NoConsumptionRightsException(String, boolean, String) constructor
Initializes a new instance of the NoConsumptionRightsException class with 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 |
Returns
Defined in
NoConsumptionRightsException.java
Remarks
The tag and message are also logged.