Exception: JenkinsApi::Exceptions::CLIException

Inherits:
ApiException
  • Object
show all
Defined in:
lib/jenkins_api_client/exceptions.rb

Overview

Exception occurred while running java CLI commands

Instance Method Summary collapse

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(message = "")
  super("Execute CLI Error. #{message}")
end