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