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

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

There is a newer version: 1.5.0
Show newest version
package co.com.sofka.infraestructure.handle;

/**
 * The type Handler execution error.
 */
public final class HandlerExecutionError extends Exception {
    /**
     * Instantiates a new Handler execution error.
     *
     * @param cause the cause
     */
    public HandlerExecutionError(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy