Exception: JenkinsApi::Exceptions::JobAlreadyExists
- Inherits:
- 
      ApiException
      
        - Object
- RuntimeError
- ApiException
- JenkinsApi::Exceptions::JobAlreadyExists
 
- Defined in:
- lib/jenkins_api_client/exceptions.rb
Overview
This exception class handles cases where a job not able to be created because it already exists.
Instance Method Summary collapse
- 
  
    
      #initialize(logger, message = "", log_level = Logger::ERROR)  ⇒ JobAlreadyExists 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of JobAlreadyExists. 
Constructor Details
#initialize(logger, message = "", log_level = Logger::ERROR) ⇒ JobAlreadyExists
Returns a new instance of JobAlreadyExists.
| 53 54 55 | # File 'lib/jenkins_api_client/exceptions.rb', line 53 def initialize(logger, = "", log_level = Logger::ERROR) super(logger, ) end |