Class PartitionerSchemaMismatchException

All Implemented Interfaces:
Serializable

public class PartitionerSchemaMismatchException extends VeniceException
See Also:
  • Constructor Details

    • PartitionerSchemaMismatchException

      public PartitionerSchemaMismatchException()
    • PartitionerSchemaMismatchException

      public PartitionerSchemaMismatchException(String s)
    • PartitionerSchemaMismatchException

      public PartitionerSchemaMismatchException(Throwable t)
    • PartitionerSchemaMismatchException

      public PartitionerSchemaMismatchException(String s, Throwable t)
  • Method Details

    • getHttpStatusCode

      public int getHttpStatusCode()
      Description copied from class: VeniceException
      If this exception is caught in handling an http request, what status code should be returned? Exceptions that extend VeniceException can override this for different behavior
      Overrides:
      getHttpStatusCode in class VeniceException
      Returns:
      500 (Internal Server Error)