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

io.activej.serializer.CorruptedDataException Maven / Gradle / Ivy

Go to download

Extremely fast and space-efficient serializers. Implemented using bytecode engineering.

There is a newer version: 6.0-rc2
Show newest version
package io.activej.serializer;

public class CorruptedDataException extends RuntimeException {

	public CorruptedDataException() {
	}

	public CorruptedDataException(String message) {
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy