PermissionDeniedException

class PermissionDeniedException : IllegalStateException

权限不足

Constructors

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

Properties

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