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
@InterfaceAudience.Private
@InterfaceStability.Evolving
public final class UnresolvedPathException
- extends org.apache.hadoop.fs.UnresolvedLinkException
Thrown when a symbolic link is encountered in a path.
- See Also:
- Serialized Form
UnresolvedPathException
public UnresolvedPathException(String msg)
- Used by RemoteException to instantiate an UnresolvedPathException.
UnresolvedPathException
public UnresolvedPathException(String originalPath,
String remainingPath,
String linkTarget)
getUnresolvedPath
public org.apache.hadoop.fs.Path getUnresolvedPath()
throws IOException
- Throws:
IOException
getResolvedPath
public org.apache.hadoop.fs.Path getResolvedPath()
throws IOException
- Throws:
IOException
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2009 The Apache Software Foundation