
org.bonitasoft.engine.service.RunnableWithException Maven / Gradle / Ivy
package org.bonitasoft.engine.service;
public interface RunnableWithException {
void run() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.bonitasoft.engine.service;
public interface RunnableWithException {
void run() throws Exception;
}