Exception: JenkinsApi::Exceptions::NodeAlreadyExists
- Inherits:
-
ApiException
- Object
- RuntimeError
- ApiException
- JenkinsApi::Exceptions::NodeAlreadyExists
- Defined in:
- lib/improved_jenkins_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
-
#initialize(logger, message = "", log_level = Logger::ERROR) ⇒ NodeAlreadyExists
constructor
A new instance of NodeAlreadyExists.
Constructor Details
#initialize(logger, message = "", log_level = Logger::ERROR) ⇒ NodeAlreadyExists
Returns a new instance of NodeAlreadyExists.
73 74 75 |
# File 'lib/improved_jenkins_client/exceptions.rb', line 73 def initialize(logger, = "", log_level = Logger::ERROR) super(logger, ) end |