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

io.vertx.zero.exception.MultiAnnotatedException Maven / Gradle / Ivy

The newest version!
package io.vertx.zero.exception;

import io.horizon.exception.BootingException;
import io.vertx.up.util.Ut;

import java.util.Set;

public class MultiAnnotatedException extends BootingException {

    public MultiAnnotatedException(final Class clazz,
                                   final String className,
                                   final String name,
                                   final Set set) {
        super(clazz, className, name, Ut.fromJoin(set));
    }

    @Override
    public int getCode() {
        return -40021;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy