Class VeniceSchemaMismatchException

All Implemented Interfaces:
Serializable

public class VeniceSchemaMismatchException extends VeniceException
Customized exception for schema mismatch error during Venice push job. The exception captures the following scenarios where key or value schema of the input data does not match with the expected schema on the venice server.
See Also:
  • Constructor Details

    • VeniceSchemaMismatchException

      public VeniceSchemaMismatchException(String message)