All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.moebiussolutions.avro_registry_in_source.AvroSchemaNotFoundException Maven / Gradle / Ivy

The newest version!
package com.github.moebiussolutions.avro_registry_in_source;

@SuppressWarnings("serial")
public class AvroSchemaNotFoundException extends AvroJsonLoaderException {

	public AvroSchemaNotFoundException(String msg) {
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy