org.apache.hadoop.fs.viewfs
Class NotInMountpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.UnsupportedOperationException
                  extended by org.apache.hadoop.fs.viewfs.NotInMountpointException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class NotInMountpointException
extends UnsupportedOperationException

NotInMountpointException extends the UnsupportedOperationException. Exception class used in cases where the given path is not mounted through viewfs.

See Also:
Serialized Form

Constructor Summary
NotInMountpointException(Path path, String operation)
           
NotInMountpointException(String operation)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

NotInMountpointException

public NotInMountpointException(Path path,
                                String operation)

NotInMountpointException

public NotInMountpointException(String operation)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2014 Apache Software Foundation. All Rights Reserved.