@Deprecated public class EnvironmentNotSupportedException extends IOException
Constructor and Description |
---|
EnvironmentNotSupportedException(FileSystem fs)
Deprecated.
|
EnvironmentNotSupportedException(FileSystem fs,
String reason)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FileSystem |
getFileSystem()
Deprecated.
Getter for the filesystem that does not support environment operations.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EnvironmentNotSupportedException(FileSystem fs)
fs
- filesystem that caused the errorpublic EnvironmentNotSupportedException(FileSystem fs, String reason)
fs
- filesystem that caused the errorreason
- text description for the errorpublic FileSystem getFileSystem()
Built on September 3 2013. | Portions Copyright 1997-2013 Sun Microsystems, Inc. All rights reserved.