
com.github.rmannibucau.rules.api.LifecycleUnitException Maven / Gradle / Ivy
The newest version!
package com.github.rmannibucau.rules.api;
public class LifecycleUnitException extends RuntimeException {
public LifecycleUnitException(final Exception e) {
super(e);
}
public LifecycleUnitException(final String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy