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 Details

    • UnresolvedPathException

      public UnresolvedPathException(String msg)
      Used by RemoteException to instantiate an UnresolvedPathException.
    • UnresolvedPathException

      public UnresolvedPathException(String path, String preceding, String remainder, String linkTarget)
  • Method Details

    • getResolvedPath

      public org.apache.hadoop.fs.Path getResolvedPath()
      Return a path with the link resolved with the target.
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable