@InterfaceAudience.Private @InterfaceStability.Evolving public abstract class FSLimitException extends 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 |
count, pathName, quota
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 © 2013 Apache Software Foundation. All rights reserved.