public class TaskCorruptedException extends StreamsException
Constructor and Description |
---|
TaskCorruptedException(Map<TaskId,Collection<TopicPartition>> taskWithChangelogs) |
TaskCorruptedException(Map<TaskId,Collection<TopicPartition>> taskWithChangelogs,
InvalidOffsetException e) |
Modifier and Type | Method and Description |
---|---|
Map<TaskId,Collection<TopicPartition>> |
corruptedTaskWithChangelogs() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TaskCorruptedException(Map<TaskId,Collection<TopicPartition>> taskWithChangelogs)
public TaskCorruptedException(Map<TaskId,Collection<TopicPartition>> taskWithChangelogs, InvalidOffsetException e)
public Map<TaskId,Collection<TopicPartition>> corruptedTaskWithChangelogs()