Class QuotaExceededException

All Implemented Interfaces:
Serializable

public class QuotaExceededException extends RoStoreException
Exception is thrown by BlockAllocator when the request has to be rejected because the size that has to be allocated is greater than the allowed size of the underlying storage object, e.g. Container.
See Also:
  • Constructor Details

    • QuotaExceededException

      public QuotaExceededException(String message)
    • QuotaExceededException

      public QuotaExceededException(String message, Throwable throwable)