PermissionDeniedException

class PermissionDeniedException : IllegalStateException

权限不足

Constructors

Link copied to clipboard
fun PermissionDeniedException()
Link copied to clipboard
fun PermissionDeniedException(message: String?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?