Skip to content

Commit 28b22a8

Browse files
committed
(chore) doc for HandleMessageFailedException
1 parent 0769959 commit 28b22a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/cn/leancloud/kafka/consumer/HandleMessageFailedException.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
package cn.leancloud.kafka.consumer;
22

3+
import org.apache.kafka.clients.consumer.ConsumerRecord;
4+
5+
/**
6+
* Thrown by {@link ConsumerRecordHandler)} when the record handler failed to handle a {@link ConsumerRecord}. The origin
7+
* exception will be wrapped in this exception.
8+
*/
39
public final class HandleMessageFailedException extends RuntimeException {
410
public HandleMessageFailedException() {
511
super();

0 commit comments

Comments
 (0)