Package org.apache.hadoop.hdfs.protocol
Class FSLimitException
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
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classorg.apache.hadoop.hdfs.protocol.FSLimitException.MaxDirectoryItemsExceededExceptionDirectory has too many itemsstatic final classorg.apache.hadoop.hdfs.protocol.FSLimitException.PathComponentTooLongExceptionPath component length is too long -
Field Summary
FieldsFields inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
count, pathName, quota -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedFSLimitException(long quota, long count) protectedFSLimitException(String msg) -
Method Summary
Methods inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
getMessage, 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
-
FSLimitException
protected FSLimitException() -
FSLimitException
-
FSLimitException
protected FSLimitException(long quota, long count)
-