# Print output for @column tags ?> FileSystemAlreadyExistsException - Android SDK | Android Developers

Most visited


Recently visited


FileSystemAlreadyExistsException

public class FileSystemAlreadyExistsException
extends RuntimeException

java.lang.Object
   ↳ java.lang.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

FileSystemAlreadyExistsException()

Constructs an instance of this class.

FileSystemAlreadyExistsException(String msg)

Constructs an instance of this class.

Inherited methods

Public constructors


FileSystemAlreadyExistsException

public FileSystemAlreadyExistsException ()

Constructs an instance of this class.

FileSystemAlreadyExistsException

public FileSystemAlreadyExistsException (String msg)

Constructs an instance of this class.

Parameters
msg String: the detail message