org.apache.hadoop.hdfs.protocol
Class NSQuotaExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hdfs.protocol.QuotaExceededException
                  extended by org.apache.hadoop.hdfs.protocol.NSQuotaExceededException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Private
@InterfaceStability.Evolving
public final class NSQuotaExceededException
extends QuotaExceededException

See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
           
 
Fields inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
count, pathName, quota
 
Constructor Summary
NSQuotaExceededException()
           
NSQuotaExceededException(long quota, long count)
           
NSQuotaExceededException(String msg)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
setPathName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

NSQuotaExceededException

public NSQuotaExceededException()

NSQuotaExceededException

public NSQuotaExceededException(String msg)

NSQuotaExceededException

public NSQuotaExceededException(long quota,
                                long count)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class QuotaExceededException


Copyright © 2009 The Apache Software Foundation