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

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

There is a newer version: 0.9.0
Show newest version
package io.vertx.zero.exception;

import io.vertx.up.exception.UpException;

public class MicroModeUpException extends UpException {

    public MicroModeUpException(final Class clazz,
                                final String message) {
        super(clazz, message);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy