Exception: JenkinsApi::Exceptions::CLIException
- Inherits:
-
ApiException
- Object
- RuntimeError
- ApiException
- JenkinsApi::Exceptions::CLIException
- Defined in:
- lib/jenkins_api_client/exceptions.rb
Overview
Exception occurred while running java CLI commands
Instance Method Summary collapse
-
#initialize(message = "") ⇒ CLIException
constructor
A new instance of CLIException.
Constructor Details
#initialize(message = "") ⇒ CLIException
Returns a new instance of CLIException.
88 89 90 |
# File 'lib/jenkins_api_client/exceptions.rb', line 88 def initialize( = "") super("Execute CLI Error. #{message}") end |