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

co.com.sofka.infraestructure.handle.ExecutionNoFound Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
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