Class InvalidTxnTimeoutException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidTxnTimeoutException

        public InvalidTxnTimeoutException​(java.lang.String message,
                                          java.lang.Throwable cause)
      • InvalidTxnTimeoutException

        public InvalidTxnTimeoutException​(java.lang.String message)