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

fi.evolver.basics.spring.triggerable.TriggerableCancelledException Maven / Gradle / Ivy

package fi.evolver.basics.spring.triggerable;


public class TriggerableCancelledException extends RuntimeException {
	private static final long serialVersionUID = 1L;

	public TriggerableCancelledException() {
		super("Triggerable was cancelled, please rethrow");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy