Package org.apache.hadoop.hdfs.protocol
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hdfs.protocol.FSLimitException
FSLimitException.MaxDirectoryItemsExceededException, FSLimitException.PathComponentTooLongException -
Field Summary
FieldsFields inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
count, pathName, quota -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedMaxDirectoryItemsExceededException(String path, long quota, long count) -
Method Summary
Methods inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
setPathNameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MaxDirectoryItemsExceededException
protected MaxDirectoryItemsExceededException() -
MaxDirectoryItemsExceededException
-
MaxDirectoryItemsExceededException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classorg.apache.hadoop.hdfs.protocol.QuotaExceededException
-