io.vertx.zero.exception.InvokerNullException Maven / Gradle / Ivy
package io.vertx.zero.exception;
import io.vertx.up.exception.UpException;
public class InvokerNullException extends UpException {
public InvokerNullException(final Class> target,
final Class> returnType,
final Class> paramType) {
super(target, returnType, paramType);
}
@Override
public int getCode() {
return -40047;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy