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

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

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

import io.horizon.exception.BootingException;

public class ActSpecificationException extends BootingException {

    public ActSpecificationException(final Class clazz,
                                     final Boolean isBatch) {
        super(clazz, isBatch);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy