Class UnsupportedFileSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.UnsupportedFileSystemException
All Implemented Interfaces:
Serializable

@Public @Stable public class UnsupportedFileSystemException extends IOException
File system for a given file system name/scheme is not supported
See Also:
  • Constructor Details

    • UnsupportedFileSystemException

      public UnsupportedFileSystemException(String message)
      Constructs exception with the specified detail message.
      Parameters:
      message - exception message.