[ https://issues.apache.org/jira/browse/KAFKA-18684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kaushik Raina resolved KAFKA-18684. ----------------------------------- Resolution: Done > Implement new base exception classes > ------------------------------------ > > Key: KAFKA-18684 > URL: https://issues.apache.org/jira/browse/KAFKA-18684 > Project: Kafka > Issue Type: Sub-task > Reporter: Kaushik Raina > Assignee: Kaushik Raina > Priority: Major > > ``` > {{//Producer Refresh and Retriable}} > {{public}} {{abstract}} {{class}} {{RefreshRetriableException }}{{extends}} > {{RetriableException {}} > {{ }}{{...}} > {{}}} > > {{//Application-Recoverable new}} > {{public}} {{abstract}} {{class}} {{ApplicationRecoverableException > }}{{extends}} {{ApiException {}} > {{ }}{{...}} > {{}}} > ``` -- This message was sent by Atlassian Jira (v8.20.10#820010)