Package org.apache.hadoop.hdfs.protocol
Class UnresolvedPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.UnresolvedLinkException
org.apache.hadoop.hdfs.protocol.UnresolvedPathException
- All Implemented Interfaces:
Serializable
@Private
@Evolving
public final class UnresolvedPathException
extends org.apache.hadoop.fs.UnresolvedLinkException
Thrown when a symbolic link is encountered in a path.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUsed by RemoteException to instantiate an UnresolvedPathException.UnresolvedPathException(String path, String preceding, String remainder, String linkTarget) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.fs.PathReturn a path with the link resolved with the target.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnresolvedPathException
Used by RemoteException to instantiate an UnresolvedPathException. -
UnresolvedPathException
-
-
Method Details
-
getResolvedPath
public org.apache.hadoop.fs.Path getResolvedPath()Return a path with the link resolved with the target. -
getMessage
- Overrides:
getMessagein classThrowable
-