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

edu.uiuc.ncsa.security.util.cli.CommandNotFoundException Maven / Gradle / Ivy

package edu.uiuc.ncsa.security.util.cli;

import edu.uiuc.ncsa.security.core.exceptions.GeneralException;

/**
 * 

Created by Jeff Gaynor
* on 5/17/13 at 11:12 AM */ public class CommandNotFoundException extends GeneralException { public CommandNotFoundException() { } public CommandNotFoundException(Throwable cause) { super(cause); } public CommandNotFoundException(String message) { super(message); } public CommandNotFoundException(String message, Throwable cause) { super(message, cause); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy