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

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