Class UnresolvedLinkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.UnresolvedLinkException
All Implemented Interfaces:
Serializable

@LimitedPrivate("HDFS") @Stable public class UnresolvedLinkException extends IOException
Thrown when a symbolic link is encountered in a path.
See Also:
  • Constructor Details

    • UnresolvedLinkException

      public UnresolvedLinkException()
    • UnresolvedLinkException

      public UnresolvedLinkException(String msg)