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

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

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

Path component length is too long

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.PathComponentTooLongException()
           
  FSLimitException.PathComponentTooLongException(long quota, long count, String parentPath, String childName)
           
protected FSLimitException.PathComponentTooLongException(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.PathComponentTooLongException

protected FSLimitException.PathComponentTooLongException()

FSLimitException.PathComponentTooLongException

protected FSLimitException.PathComponentTooLongException(String msg)

FSLimitException.PathComponentTooLongException

public FSLimitException.PathComponentTooLongException(long quota,
                                                      long count,
                                                      String parentPath,
                                                      String childName)
Method Detail

getMessage

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


Copyright © 2013 Apache Software Foundation. All Rights Reserved.