Exception: JenkinsApi::Exceptions::NodeAlreadyExists

Inherits:
ApiException
  • Object
show all
Defined in:
lib/jenkins_api_client/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

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

Returns a new instance of NodeAlreadyExists



73
74
75
# File 'lib/jenkins_api_client/exceptions.rb', line 73

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