executables
Toggle table of contents
0.0.1-SNAPSHOT
common
jvm
nonJvm
Platform filter
common
jvm
nonJvm
Switch theme
Search in API
executables
files
/
space.iseki.executables.common
/
AccessDeniedException
Access
Denied
Exception
common
jvm
nonJvm
expect
class
AccessDeniedException
:
IOException
(
source
)
actual
typealias
AccessDeniedException
=
java.nio.file.AccessDeniedException
(
source
)
actual
class
AccessDeniedException
:
IOException
(
source
)
Members
Constructors
Access
Denied
Exception
Link copied to clipboard
common
nonJvm
expect
constructor
(
file
:
String
?
)
expect
constructor
(
file
:
String
?
,
other
:
String
?
,
reason
:
String
?
)
actual
constructor
(
file
:
String
?
)
actual
constructor
(
file
:
String
?
,
other
:
String
?
,
reason
:
String
?
)
Properties
cause
Link copied to clipboard
common
nonJvm
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
nonJvm
open
val
message
:
String
?
open
val
message
:
String
?