Class FSLimitException.MaxDirectoryItemsExceededException

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.MaxDirectoryItemsExceededException
All Implemented Interfaces:
Serializable
Enclosing class:
FSLimitException

public static final class FSLimitException.MaxDirectoryItemsExceededException extends FSLimitException
Directory has too many items
See Also:
  • Field Details

  • Constructor Details

    • MaxDirectoryItemsExceededException

      protected MaxDirectoryItemsExceededException()
    • MaxDirectoryItemsExceededException

      protected MaxDirectoryItemsExceededException(String msg)
    • MaxDirectoryItemsExceededException

      public MaxDirectoryItemsExceededException(String path, long quota, long count)
  • Method Details

    • getMessage

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