org.apache.hadoop.hdfs.protocol
Class DSQuotaExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.protocol.QuotaExceededException
org.apache.hadoop.hdfs.protocol.DSQuotaExceededException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Private
@InterfaceStability.Evolving
public class DSQuotaExceededException
- extends QuotaExceededException
- See Also:
- Serialized Form
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
DSQuotaExceededException
public DSQuotaExceededException()
DSQuotaExceededException
public DSQuotaExceededException(String msg)
DSQuotaExceededException
public DSQuotaExceededException(long quota,
long count)
getMessage
public String getMessage()
- Overrides:
getMessage
in class QuotaExceededException
Copyright © 2009 The Apache Software Foundation