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

com.opencredo.concursus.mapping.commands.methods.proxying.CommandExecutionException Maven / Gradle / Ivy

The newest version!
package com.opencredo.concursus.mapping.commands.methods.proxying;

public class CommandExecutionException extends RuntimeException {
    public CommandExecutionException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy