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

com.opencredo.concourse.domain.commands.CommandException Maven / Gradle / Ivy

package com.opencredo.concourse.domain.commands;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy