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

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

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

public class UnsupportedProtocolVersionException extends RuntimeException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy