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