public class RecordTooLargeException extends ApiException
Constructor and Description |
---|
RecordTooLargeException() |
RecordTooLargeException(String message) |
RecordTooLargeException(String message,
Map<TopicPartition,Long> recordTooLargePartitions) |
RecordTooLargeException(String message,
Throwable cause) |
RecordTooLargeException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Map<TopicPartition,Long> |
recordTooLargePartitions() |
fillInStackTrace
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RecordTooLargeException()
public RecordTooLargeException(String message)
public RecordTooLargeException(Throwable cause)
public RecordTooLargeException(String message, Map<TopicPartition,Long> recordTooLargePartitions)
public Map<TopicPartition,Long> recordTooLargePartitions()