Class FSLimitException.PathComponentTooLongException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.ClusterStorageCapacityExceededException
org.apache.hadoop.hdfs.protocol.QuotaExceededException
org.apache.hadoop.hdfs.protocol.FSLimitException
org.apache.hadoop.hdfs.protocol.FSLimitException.PathComponentTooLongException
All Implemented Interfaces:
Serializable
Enclosing class:
FSLimitException

public static final class FSLimitException.PathComponentTooLongException extends FSLimitException
Path component length is too long
See Also:
  • Field Details

  • Constructor Details

    • PathComponentTooLongException

      protected PathComponentTooLongException()
    • PathComponentTooLongException

      protected PathComponentTooLongException(String msg)
    • PathComponentTooLongException

      public PathComponentTooLongException(long quota, long count, String parentPath, String childName)
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class org.apache.hadoop.hdfs.protocol.QuotaExceededException