Google is committed to advancing racial equity for Black communities. See how.
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.

<init>(msg: String!)

Constructs an instance of this class.

Public constructors

<init>

Added in API level 26
FileSystemAlreadyExistsException()

Constructs an instance of this class.

<init>

Added in API level 26
FileSystemAlreadyExistsException(msg: String!)

Constructs an instance of this class.

Parameters
msg String!: the detail message