Package org.apache.hadoop.hdfs.protocol
Class FSLimitException.PathComponentTooLongException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.ClusterStorageCapacityExceededException
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:
- FSLimitException
Path component length is too long
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hdfs.protocol.FSLimitException
FSLimitException.MaxDirectoryItemsExceededException, FSLimitException.PathComponentTooLongException -
Field Summary
FieldsFields inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
count, pathName, quota -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPathComponentTooLongException(long quota, long count, String parentPath, String childName) protected -
Method Summary
Methods inherited from class org.apache.hadoop.hdfs.protocol.QuotaExceededException
setPathNameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PathComponentTooLongException
protected PathComponentTooLongException() -
PathComponentTooLongException
-
PathComponentTooLongException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classorg.apache.hadoop.hdfs.protocol.QuotaExceededException
-