Class NoLocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.server.federation.router.NoLocationException
All Implemented Interfaces:
Serializable

public class NoLocationException extends IOException
This exception is thrown when can not get any mount point for the input path. RBF cannot forward any requests for the path.
See Also:
  • Constructor Details

    • NoLocationException

      public NoLocationException(String path, Class<?> t)