- 所有已实现的接口:
- Serializable
- 直接已知子类:
- DSQuotaExceededException, NSQuotaExceededException
public class QuotaExceededException
extends IOException
This exception is thrown when modification to HDFS results in violation
of a directory quota. A directory quota might be namespace quota (limit
on number of files and directories) or a diskspace quota (limit on space
taken by all the file under the directory tree).
The message for the exception specifies the directory where the quota
was violated and actual quotas. Specific message is generated in the
corresponding Exception class:
DSQuotaExceededException or
NSQuotaExceededException
- 另请参阅:
- 序列化表格