AppFunctionDeniedException
public final class AppFunctionDeniedException extends AppFunctionRequestException
Thrown when the caller does not have the permission to execute an app function.
This is different from AppFunctionPermissionRequiredException in that the caller is missing this specific permission, as opposed to the target app missing a permission.
Summary
Public constructors |
|---|
AppFunctionDeniedException(String errorMessage) |
Inherited methods |
||
|---|---|---|
|
||
Public constructors
AppFunctionDeniedException
Added in 1.0.0-alpha07
public AppFunctionDeniedException(String errorMessage)