Exception: JenkinsApi::Exceptions::UnautherizedException

Inherits:
ApiException
  • Object
show all
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

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(message = "")
  super("Invalid credentials are provided. #{message}")
end