new AccessException(resource, access, participant)
Constructor.
Parameters:
Name | Type | Description |
---|---|---|
resource |
Resource | The resource. |
access |
string | The level of access. |
participant |
Resource | The participant. |
- Source:
- See:
-
See BaseException
Extends
- BaseException
Methods
-
<static> generateMessage(resource, access, participant)
-
Generate the exception message.
Parameters:
Name Type Description resource
Resource The resource.
access
string The level of access.
participant
Resource The participant.
Returns:
The exception message.
- Type
- string