NoPublishingRightsException(String, Throwable) constructor
Initializes a new instance of the NoPublishingRightsException class with a default message and tag and, a user ID and the specified inner exception.
Signature
public NoPublishingRightsException(String userId, Throwable e)
Parameters
Name | Datatype | Description |
---|---|---|
userId |
String |
The user Id used while trying to communicate. |
e |
Throwable |
The inner exception. |
Returns
Defined in
NoPublishingRightsException.java