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

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

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

import io.horizon.exception.BootingException;

public class AsyncSignatureException extends BootingException {

    public AsyncSignatureException(final Class clazz,
                                   final String returnType,
                                   final String paramType) {
        super(clazz, returnType, paramType);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy