Class DSQuotaExceededException

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.DSQuotaExceededException
All Implemented Interfaces:
Serializable

@Public @Evolving public class DSQuotaExceededException extends QuotaExceededException
See Also:
  • Field Details

  • Constructor Details

    • DSQuotaExceededException

      public DSQuotaExceededException()
    • DSQuotaExceededException

      public DSQuotaExceededException(String msg)
    • DSQuotaExceededException

      public DSQuotaExceededException(long quota, long count)
  • Method Details