Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
themeMidnight
titleKafkaProduceTransactionException
linenumberstrue
public class TransactionAbortedException extends ApiException {

    private final static long serialVersionUID = 1L;

    public TransactionAbortedException(String message, Throwable cause) {
        super(message, cause);
    }

    public TransactionAbortedException(String message) {
        super(message);
    }

    public TransactionAbortedException() {
        super("AbortingFailing transactionbatch duringsince productiontransaction ofwas batch.aborted");
    }
}


Compatibility, Deprecation, and Migration Plan

...