Exception: JenkinsApi::Exceptions::CLIError
- Inherits:
-
ApiException
- Object
- RuntimeError
- ApiException
- JenkinsApi::Exceptions::CLIError
- Defined in:
- lib/jenkins_api_client/exceptions.rb
Overview
Exception occurred while running java CLI commands
Instance Method Summary (collapse)
-
- (CLIError) initialize(logger, message = "", log_level = Logger::ERROR)
constructor
A new instance of CLIError.
Constructor Details
- (CLIError) initialize(logger, message = "", log_level = Logger::ERROR)
Returns a new instance of CLIError
229 230 231 232 |
# File 'lib/jenkins_api_client/exceptions.rb', line 229 def initialize(logger, = "", log_level = Logger::ERROR) = "Unable to execute the command." if .empty? super(logger, ) end |