org.apache.hadoop.fs.viewfs
Class NotInMountpointException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
java.lang.UnsupportedOperationException
                  
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
 
 
 
 
 
NotInMountpointException
public NotInMountpointException(Path path,
                                String operation)
NotInMountpointException
public NotInMountpointException(String operation)
getMessage
public String getMessage()
- Overrides:
 getMessage in class Throwable
 
 
Copyright © 2014 Apache Software Foundation. All Rights Reserved.