# Print output for @column tags ?>
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.
Public constructors | |
|---|---|
FileSystemAlreadyExistsException()
Constructs an instance of this class. |
|
FileSystemAlreadyExistsException(String msg)
Constructs an instance of this class. |
|
Inherited methods | |
|---|---|
public FileSystemAlreadyExistsException ()
Constructs an instance of this class.
public FileSystemAlreadyExistsException (String msg)
Constructs an instance of this class.
| Parameters | |
|---|---|
msg |
String: the detail message |