Class InvalidTxnTimeoutException

  • All Implemented Interfaces:
    Serializable

    public class InvalidTxnTimeoutException
    extends ApiException
    The transaction coordinator returns this error code if the timeout received via the InitProducerIdRequest is larger than the `transaction.max.timeout.ms` config value.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidTxnTimeoutException

        public InvalidTxnTimeoutException​(String message,
                                          Throwable cause)
      • InvalidTxnTimeoutException

        public InvalidTxnTimeoutException​(String message)