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