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

com.github.edgar615.util.vertx.deployment.CodecRegistrationException Maven / Gradle / Ivy

The newest version!
package com.github.edgar615.util.vertx.deployment;

public class CodecRegistrationException extends RuntimeException {

        private static final long serialVersionUID = 7375493553868519673L;

        public CodecRegistrationException(final String message) {
            super(message);
        }

        public CodecRegistrationException(final String message, final Throwable cause) {
            super(message, cause);
        }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy