Class VeniceStorageQuotaExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linkedin.venice.exceptions.VeniceException
com.linkedin.venice.hadoop.exceptions.VeniceStorageQuotaExceededException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VeniceStorageQuotaExceededException
-
VeniceStorageQuotaExceededException
-