okio
Toggle table of contents
3.17.0-SNAPSHOT
common
jvm
nonJvm
Platform filter
common
jvm
nonJvm
Switch theme
Search in API
okio
okio
/
okio
/
FileNotFoundException
File
Not
Found
Exception
common
jvm
nonJvm
expect
class
FileNotFoundException
(
message
:
String
?
)
:
IOException
actual
typealias
FileNotFoundException
=
java.io.FileNotFoundException
actual
open
class
FileNotFoundException
(
message
:
String
?
)
:
IOException
Members
Constructors
File
Not
Found
Exception
Link copied to clipboard
common
nonJvm
expect
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
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
?