org.apache.hadoop.fs
Class UnsupportedFileSystemException

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

@InterfaceAudience.Public
@InterfaceStability.Stable
public class UnsupportedFileSystemException
extends IOException

File system for a given file system name/scheme is not supported

See Also:
Serialized Form

Constructor Summary
UnsupportedFileSystemException(String message)
          Constructs exception with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedFileSystemException

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

Parameters:
message - exception message.


Copyright © 2014 Apache Software Foundation. All Rights Reserved.