Added in API level 26
FileSystemAlreadyExistsException
open class FileSystemAlreadyExistsException : RuntimeException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | java.nio.file.FileSystemAlreadyExistsException |
Runtime exception thrown when an attempt is made to create a file system that already exists.
Summary
Public constructors | |
---|---|
Constructs an instance of this class. |
|
Constructs an instance of this class. |
Public constructors
FileSystemAlreadyExistsException
Added in API level 26
FileSystemAlreadyExistsException()
Constructs an instance of this class.
FileSystemAlreadyExistsException
Added in API level 26
FileSystemAlreadyExistsException(msg: String!)
Constructs an instance of this class.
Parameters | |
---|---|
msg |
String!: the detail message |