public class
FileSystemNotFoundException
extends RuntimeException
Runtime exception thrown when a file system cannot be found.
Public Constructor Summary
FileSystemNotFoundException()
Constructs an instance of this class.
|
|
FileSystemNotFoundException(String msg)
Constructs an instance of this class.
|
Inherited Method Summary
Public Constructors
public FileSystemNotFoundException ()
Constructs an instance of this class.
public FileSystemNotFoundException (String msg)
Constructs an instance of this class.
Parameters
msg | the detail message |
---|