public class
FileSystemAlreadyExistsException
extends RuntimeException
Runtime exception thrown when an attempt is made to create a file system that already exists.
Public Constructor Summary
FileSystemAlreadyExistsException()
Constructs an instance of this class.
|
|
FileSystemAlreadyExistsException(String msg)
Constructs an instance of this class.
|
Inherited Method Summary
Public Constructors
public FileSystemAlreadyExistsException ()
Constructs an instance of this class.
public FileSystemAlreadyExistsException (String msg)
Constructs an instance of this class.
Parameters
msg | the detail message |
---|