org.apache.hadoop.hdfs.protocol
Class FSLimitException.MaxDirectoryItemsExceededException

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.FSLimitException
                      extended by org.apache.hadoop.hdfs.protocol.FSLimitException.MaxDirectoryItemsExceededException
All Implemented Interfaces:
Serializable
Enclosing class:
org.apache.hadoop.hdfs.protocol.FSLimitException

public static final class FSLimitException.MaxDirectoryItemsExceededException
extends org.apache.hadoop.hdfs.protocol.FSLimitException

Directory has too many items

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hdfs.protocol.FSLimitException
FSLimitException.MaxDirectoryItemsExceededException, FSLimitException.PathComponentTooLongException
 
Field Summary
protected static long serialVersionUID
           
 
Fields inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
count, pathName, quota
 
Constructor Summary
protected FSLimitException.MaxDirectoryItemsExceededException()
           
  FSLimitException.MaxDirectoryItemsExceededException(long quota, long count)
           
protected FSLimitException.MaxDirectoryItemsExceededException(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

FSLimitException.MaxDirectoryItemsExceededException

protected FSLimitException.MaxDirectoryItemsExceededException()

FSLimitException.MaxDirectoryItemsExceededException

protected FSLimitException.MaxDirectoryItemsExceededException(String msg)

FSLimitException.MaxDirectoryItemsExceededException

public FSLimitException.MaxDirectoryItemsExceededException(long quota,
                                                           long count)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class org.apache.hadoop.hdfs.protocol.QuotaExceededException


Copyright © 2013 Apache Software Foundation. All Rights Reserved.