
io.vertx.zero.exception.ParameterConflictException Maven / Gradle / Ivy
The newest version!
package io.vertx.zero.exception;
import io.horizon.exception.BootingException;
public class ParameterConflictException extends BootingException {
public ParameterConflictException(final Class> clazz,
final Class> target) {
super(clazz, target);
}
@Override
public int getCode() {
return -40011;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy