Class PartitionUpdateException

All Implemented Interfaces:
Serializable

public class PartitionUpdateException extends TaskManagerException
Exception indicating a problem with the result partitions on the TaskExecutor side.
See Also:
  • Constructor Details

    • PartitionUpdateException

      public PartitionUpdateException(String message)
    • PartitionUpdateException

      public PartitionUpdateException(String message, Throwable cause)
    • PartitionUpdateException

      public PartitionUpdateException(Throwable cause)