Package | Description |
---|---|
org.axonframework.serialization.avro |
Modifier and Type | Method and Description |
---|---|
static SerializationException |
AvroUtil.createExceptionFailedToDeserialize(Class<?> readerType,
org.apache.avro.Schema readerSchema,
org.apache.avro.Schema writerSchema,
Exception cause,
boolean includeSchemasInStackTraces)
Creates a serialization exception for reader type.
|
static SerializationException |
AvroUtil.createExceptionFailedToDeserialize(Class<?> readerType,
org.apache.avro.Schema readerSchema,
org.apache.avro.Schema writerSchema,
String message,
boolean includeSchemasInStackTraces) |
static SerializationException |
AvroUtil.createExceptionNoSchemaFound(Class<?> readerType,
long fingerprint)
Creates exception if the schema for a given fingerprint could not be found.
|
Copyright © 2010–2025. All rights reserved.