Exception: JenkinsApi::Exceptions::ApiException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- JenkinsApi::Exceptions::ApiException
- Defined in:
- lib/jenkins_api_client/exceptions.rb
Overview
This is the base class for Exceptions that is inherited from RuntimeError.
Direct Known Subclasses
CLIException, InternelServerErrorException, JobAlreadyExistsWithName, NotFoundException, NothingSubmitted, UnautherizedException
Instance Method Summary collapse
-
#initialize(message = "") ⇒ ApiException
constructor
A new instance of ApiException.
Constructor Details
#initialize(message = "") ⇒ ApiException
Returns a new instance of ApiException.
31 32 33 |
# File 'lib/jenkins_api_client/exceptions.rb', line 31 def initialize( = "") super("Error: #{}") end |