Added in API level 26

FileSystemAlreadyExistsException

public class FileSystemAlreadyExistsException
extends RuntimeException



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

Added in API level 26
public FileSystemAlreadyExistsException ()

Constructs an instance of this class.

FileSystemAlreadyExistsException

Added in API level 26
public FileSystemAlreadyExistsException (String msg)

Constructs an instance of this class.