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