java.io.Serializable@Public @Evolving public class QuotaByStorageTypeExceededException extends QuotaExceededException
| Modifier and Type | Field | Description |
|---|---|---|
protected static long |
serialVersionUID |
|
protected org.apache.hadoop.fs.StorageType |
type |
count, pathName, quota| Constructor | Description |
|---|---|
QuotaByStorageTypeExceededException() |
|
QuotaByStorageTypeExceededException(long quota,
long count,
org.apache.hadoop.fs.StorageType type) |
|
QuotaByStorageTypeExceededException(java.lang.String msg) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getMessage() |
setPathNameprotected static final long serialVersionUID
protected org.apache.hadoop.fs.StorageType type
public QuotaByStorageTypeExceededException()
public QuotaByStorageTypeExceededException(java.lang.String msg)
public QuotaByStorageTypeExceededException(long quota,
long count,
org.apache.hadoop.fs.StorageType type)
public java.lang.String getMessage()
getMessage in class QuotaExceededExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.