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

io.quarkus.bootstrap.BootstrapGradleException Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
package io.quarkus.bootstrap;

import io.quarkus.bootstrap.resolver.AppModelResolverException;

public class BootstrapGradleException extends AppModelResolverException {

    public BootstrapGradleException(String message, Throwable cause) {
        super(message, cause);
    }

    public BootstrapGradleException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy