org.apache.hadoop.hdfs.protocol
Class DSQuotaExceededException

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.DSQuotaExceededException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Private
@InterfaceStability.Evolving
public class DSQuotaExceededException
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
DSQuotaExceededException()
           
DSQuotaExceededException(long quota, long count)
           
DSQuotaExceededException(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

DSQuotaExceededException

public DSQuotaExceededException()

DSQuotaExceededException

public DSQuotaExceededException(String msg)

DSQuotaExceededException

public DSQuotaExceededException(long quota,
                                long count)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class QuotaExceededException


Copyright © 2009 The Apache Software Foundation