Exception: JenkinsApi::Exceptions::NotFoundException
- Inherits:
-
ApiException
- Object
- RuntimeError
- ApiException
- JenkinsApi::Exceptions::NotFoundException
- Defined in:
- lib/jenkins_api_client/exceptions.rb
Overview
This exception class handles cases where a requested page is not found on the Jenkins API.
Instance Method Summary collapse
-
#initialize(message = "") ⇒ NotFoundException
constructor
A new instance of NotFoundException.
Constructor Details
#initialize(message = "") ⇒ NotFoundException
Returns a new instance of NotFoundException.
67 68 69 70 |
# File 'lib/jenkins_api_client/exceptions.rb', line 67 def initialize( = "") super("Requested component is not found on the Jenkins CI server." + " #{}") end |