Package org.apache.hadoop.fs
Class UnsupportedFileSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.UnsupportedFileSystemException
- All Implemented Interfaces:
Serializable
File system for a given file system name/scheme is not supported
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedFileSystemException(String message) Constructs exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedFileSystemException
Constructs exception with the specified detail message.- Parameters:
message- exception message.
-