Class UnsupportedForMessageFormatException

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

      • UnsupportedForMessageFormatException

        public UnsupportedForMessageFormatException​(java.lang.String message)
      • UnsupportedForMessageFormatException

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