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