Package org.apache.hadoop.hdfs.protocol
Class DSQuotaExceededException
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.DSQuotaExceededException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
count, pathName, quota -
Constructor Summary
Constructors -
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
-
DSQuotaExceededException
public DSQuotaExceededException() -
DSQuotaExceededException
-
DSQuotaExceededException
public DSQuotaExceededException(long quota, long count)
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classQuotaExceededException
-