AccessDeniedException

Port of java.nio.file.AccessDeniedException.

Thrown when an attempt is made to access a file or directory and the operation is denied.

Constructors

Link copied to clipboard
constructor(file: String)
constructor(file: String, other: String, reason: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

String identifying the file or null if not known.

Link copied to clipboard
open override val message: String?
Link copied to clipboard

String identifying the other file or null if there isn't another file or if not known.

Link copied to clipboard

Functions

Link copied to clipboard