co.com.sofka.infraestructure.handle.ExecutionNoFound Maven / Gradle / Ivy
package co.com.sofka.infraestructure.handle;
/**
* The type Execution no found.
*/
public class ExecutionNoFound extends RuntimeException {
/**
* Instantiates a new Execution no found.
*
* @param type the executor
*/
public ExecutionNoFound(String type) {
super(String.format("The type [%s] to be executed does not have a handler", type));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy