SchemaVersionException

public class SchemaVersionException extends RuntimeException

Signals that a record has an outdated schema version.

Constructors

SchemaVersionException

public SchemaVersionException(Long expectedVersion, Long actualVersion, Long recordId, String recordClassName)