Class UnsupportedVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.kafkarest.exceptions.StatusCodeException
io.confluent.kafkarest.exceptions.UnsupportedVersionException
All Implemented Interfaces:
Serializable

public final class UnsupportedVersionException extends io.confluent.kafkarest.exceptions.StatusCodeException
An exception that indicates the underlying API is not supported by Kafka. Any APIs that throw this exception will return a response with status code 400 and body { "error_code": 40035 "message": "UnsupportedVersionException: The version of API is not supported." }
See Also:
  • Constructor Details

    • UnsupportedVersionException

      public UnsupportedVersionException(String message)