@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract class FSLimitException
extends org.apache.hadoop.hdfs.protocol.QuotaExceededException
Modifier and Type | Class and Description |
---|---|
static class |
FSLimitException.MaxDirectoryItemsExceededException
Directory has too many items
|
static class |
FSLimitException.PathComponentTooLongException
Path component length is too long
|
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
protected |
FSLimitException() |
protected |
FSLimitException(long quota,
long count) |
protected |
FSLimitException(String msg) |
getMessage, setPathName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected static final long serialVersionUID
protected FSLimitException()
protected FSLimitException(String msg)
protected FSLimitException(long quota, long count)
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.