Class UnsupportedForMessageFormatException

All Implemented Interfaces:
Serializable

public class UnsupportedForMessageFormatException
extends ApiException
The message format version does not support the requested function. For example, if idempotence is requested and the topic is using a message format older than 0.11.0.0, then this error will be returned.
See Also:
Serialized Form
  • Constructor Details

    • UnsupportedForMessageFormatException

      public UnsupportedForMessageFormatException​(String message)
    • UnsupportedForMessageFormatException

      public UnsupportedForMessageFormatException​(String message, Throwable cause)