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

com.jukusoft.vertx.serializer.exceptions.NoProtocolVersionException Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package com.jukusoft.vertx.serializer.exceptions;

public class NoProtocolVersionException extends RuntimeException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy