Exception: Lhj::JenkinsApi::Exceptions::NodeAlreadyExists

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

Overview

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NodeAlreadyExists.



52
53
54
# File 'lib/lhj/jenkins/exceptions.rb', line 52

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