org.apache.hadoop.hdfs.protocol
Class FSLimitException.PathComponentTooLongException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.protocol.QuotaExceededException
org.apache.hadoop.hdfs.protocol.FSLimitException
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
Fields inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException |
count, pathName, quota |
Methods inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException |
setPathName |
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
FSLimitException.PathComponentTooLongException
protected FSLimitException.PathComponentTooLongException()
FSLimitException.PathComponentTooLongException
protected FSLimitException.PathComponentTooLongException(String msg)
FSLimitException.PathComponentTooLongException
public FSLimitException.PathComponentTooLongException(long quota,
long count)
getMessage
public String getMessage()
- Overrides:
getMessage
in class org.apache.hadoop.hdfs.protocol.QuotaExceededException
Copyright © 2012 Apache Software Foundation. All Rights Reserved.