Class VeniceStorageQuotaExceededException

All Implemented Interfaces:
Serializable

public class VeniceStorageQuotaExceededException extends VeniceException
Thrown when the input data size exceeds the store's storage quota. Raised by the Spark data writer's pre-write (intermediary) quota check to fail the push before writing the data to PubSub.
See Also:
  • Constructor Details

    • VeniceStorageQuotaExceededException

      public VeniceStorageQuotaExceededException(String message)
    • VeniceStorageQuotaExceededException

      public VeniceStorageQuotaExceededException(String message, Throwable throwable)