Package org.apache.hadoop.hdfs.protocol
Class NSQuotaExceededException
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.NSQuotaExceededException
- 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
Modifier and TypeMethodDescriptionvoidsetMessagePrefix(String prefix) Set a prefix for the error message.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
-
NSQuotaExceededException
public NSQuotaExceededException() -
NSQuotaExceededException
-
NSQuotaExceededException
public NSQuotaExceededException(long quota, long count)
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classQuotaExceededException
-
setMessagePrefix
Set a prefix for the error message.
-