| org.openharmonise.rm.commands.CommandException org.openharmonise.rm.commands.CommandExecutionException
CommandExecutionException | public class CommandExecutionException extends CommandException (Code) | | Exception to be thrown if command execution fails
author: Michael Bell version: $Revision: 1.2 $ |
CommandExecutionException | public CommandExecutionException()(Code) | | Basic constructor.
|
CommandExecutionException | public CommandExecutionException(String s)(Code) | | Constructs exception with a detail message.
Parameters: s - the detail message |
CommandExecutionException | public CommandExecutionException(String s, Throwable e)(Code) | | Constructs exception with a detail message and a reference to
the cause.
Parameters: s - the detail message Parameters: e - the cause |
CommandExecutionException | public CommandExecutionException(Throwable e)(Code) | | Constructs exception with a detail message and a reference to
the cause.
Parameters: e - the cause |
|
|