Package 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
NotInMountpointException extends the UnsupportedOperationException.
Exception class used in cases where the given path is not mounted
through viewfs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotInMountpointException(String operation) NotInMountpointException(Path path, String operation) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotInMountpointException
-
NotInMountpointException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-