ConcurrentBatchPushException |
|
ConfigurationException |
Thrown when a config property is invalid or missing
|
DiskLimitExhaustedException |
|
InvalidVeniceSchemaException |
|
KafkaConsumerException |
Custom Exception for Venice Kafka Consumer Related Issues.
|
MemoryLimitExhaustedException |
|
MissingKeyInStoreMetadataException |
|
OperationNotAllowedException |
|
PartitionerSchemaMismatchException |
|
PersistenceFailureException |
Thrown by the StorageEngine or Storage Partitions if storage fails
|
QuotaExceededException |
|
RecordTooLargeException |
|
ResourceStillExistsException |
|
SchemaDuplicateException |
|
SchemaIncompatibilityException |
Throw this exception when the schema is not fully compatible with the previous ones.
|
StorageInitializationException |
thrown by StorageEngineFactory and AbstractStorageEngine when storage creation fails
|
StoreDisabledException |
|
StoreKeySchemaExistException |
Throw this exception when try to add key schema to a store, whose key schema already exists.
|
StoreVersionNotFoundException |
|
UndefinedPropertyException |
Thrown when a required property is not present
|
VeniceAclException |
A runtime exception which may be thrown by implementation of AuthorizerService interface.
|
VeniceBlobTransferFileNotFoundException |
Classes for P2P use case that are triggered by blob transfer file not found in target host
|
VeniceChecksumException |
|
VeniceException |
Base exception that all other Venice exceptions extend
|
VeniceHttpException |
|
VeniceInconsistentStoreMetadataException |
This exception is thrown when we detect inconsistent or possibly corrupted store metadata on storage nodes.
|
VeniceIngestionTaskKilledException |
|
VeniceMessageException |
Custom Exception for Venice messages.
|
VeniceNoClusterException |
|
VeniceNoHelixResourceException |
|
VeniceNoStoreException |
Thrown when an operation should return information about a store, but the store does not exist
|
VenicePeersConnectionException |
Classes for P2P use case that are triggered by founded peers cannot connect
|
VenicePeersNotFoundException |
Classes for P2P usecase that are triggered by peers not found
|
VeniceResourceAccessException |
Class for all Venice exceptions that are triggered by Kafka topic authorization related issues.
|
VeniceRetriableException |
Interface for all Venice exceptions that are retriable.
|
VeniceRouterException |
|
VeniceStoreAlreadyExistsException |
Thrown when an operation should create a store, but the store already exists
|
VeniceStoreIsMigratedException |
Thrown when an operation should return information about a store, but the store is migrated to another cluster
|
VeniceTimeoutException |
Used when timeout happens in Venice.
|
VeniceUnsupportedOperationException |
|
ZkDataAccessException |
|