Class VeniceBlobTransferCancelledException

All Implemented Interfaces:
Serializable

public class VeniceBlobTransferCancelledException extends VeniceException
Exception thrown when a blob transfer is cancelled (e.g., due to partition drop request). This signals that the blob transfer should be aborted and consumption should not start.
See Also:
  • Constructor Details

    • VeniceBlobTransferCancelledException

      public VeniceBlobTransferCancelledException(String message)
    • VeniceBlobTransferCancelledException

      public VeniceBlobTransferCancelledException(String message, Throwable cause)