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

Public constructors

AppFunctionDeniedException

Added in 1.0.0-alpha01
public AppFunctionDeniedException(String errorMessage)