public class FileSystemException
extends java.lang.Exception
FileSystemException
signals an error within a file system
operation. FileSystemExceptions are thrown by FileSystem
implementations.Constructor and Description |
---|
FileSystemException(java.lang.String message)
Constructs a new instance of this class with the specified detail
message.
|
FileSystemException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a new instance of this class with the specified detail
message and root cause.
|
public FileSystemException(java.lang.String message)
message
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.public FileSystemException(java.lang.String message, java.lang.Throwable rootCause)
message
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.rootCause
- root failure cause"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"