Exception: JenkinsApi::Exceptions::UnautherizedException
- Inherits:
-
ApiException
- Object
- RuntimeError
- ApiException
- JenkinsApi::Exceptions::UnautherizedException
- Defined in:
- lib/jenkins_api_client/exceptions.rb
Overview
This exception class handles cases where invalid credentials are provided to connect to the Jenkins.
Instance Method Summary collapse
-
#initialize(message = "") ⇒ UnautherizedException
constructor
A new instance of UnautherizedException.
Constructor Details
#initialize(message = "") ⇒ UnautherizedException
Returns a new instance of UnautherizedException.
58 59 60 |
# File 'lib/jenkins_api_client/exceptions.rb', line 58 def initialize( = "") super("Invalid credentials are provided. #{}") end |