kotlin.io.AccessDeniedException
AccessDeniedException
class AccessDeniedException : FileSystemException
Platform and version requirements: JVM
An exception class which is used when we have not enough access for some operation.
Constructors
AccessDeniedException( file: File, other: File? = null, reason: String? = null) An exception class |