Exception: Lhj::JenkinsApi::Exceptions::JobAlreadyExists

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

Overview

This exception class handles cases where a job not able to be created because it already exists.

Instance Method Summary collapse

Constructor Details

#initialize(logger, message = "", log_level = Logger::ERROR) ⇒ JobAlreadyExists

Returns a new instance of JobAlreadyExists.



32
33
34
# File 'lib/lhj/jenkins/exceptions.rb', line 32

def initialize(logger, message = "", log_level = Logger::ERROR)
  super(logger, message)
end