io.automatiko.engine.quarkus.deployment.AutomatikoCompilerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automatiko-common-deployment Show documentation
Show all versions of automatiko-common-deployment Show documentation
Common Deployment module for Quarkus Extension for Automatiko Engine
package io.automatiko.engine.quarkus.deployment;
public class AutomatikoCompilerException extends RuntimeException {
private static final long serialVersionUID = -3732863570763137758L;
public AutomatikoCompilerException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy