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
FieldsModifier and TypeFieldDescriptionprotected static final longprotected org.apache.hadoop.fs.StorageTypeFields inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
count, pathName, quota -
Constructor Summary
ConstructorsConstructorDescriptionQuotaByStorageTypeExceededException(long quota, long count, org.apache.hadoop.fs.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
protected org.apache.hadoop.fs.StorageType type
-
-
Constructor Details
-
QuotaByStorageTypeExceededException
public QuotaByStorageTypeExceededException() -
QuotaByStorageTypeExceededException
-
QuotaByStorageTypeExceededException
public QuotaByStorageTypeExceededException(long quota, long count, org.apache.hadoop.fs.StorageType type)
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classQuotaExceededException
-