Class InvalidVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
io.confluent.kafka.schemaregistry.exceptions.InvalidVersionException
- All Implemented Interfaces:
Serializable
Indicates that the version is not a valid version id. Allowed values are between [1,
2^31-1] and the string "latest"
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidVersionException(String message) InvalidVersionException(String message, Throwable cause) InvalidVersionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidVersionException
-
InvalidVersionException
-
InvalidVersionException
-
InvalidVersionException
public InvalidVersionException()
-