Module: JenkinsApi::Exceptions
- Defined in:
- lib/jenkins_api_client/exceptions.rb
Overview
This module contains classes that define exceptions for various catories.
Defined Under Namespace
Classes: ApiException, CLIError, CrumbNotFound, Forbidden, ForbiddenWithCrumb, InternalServerError, JobAlreadyExists, JobNotFound, NodeAlreadyExists, NodeNotFound, NotFound, NothingSubmitted, PluginNotFound, ServiceUnavailable, Unauthorized, ViewAlreadyExists, ViewNotFound
Constant Summary
- JobAlreadyExistsWithName =
Support for backward compatibility
JobAlreadyExists
Unauthorized
- ForbiddenException =
Support for backward compatibility
Forbidden
- NotFoundException =
Support for backward compatibility
NotFound
- CrumbNotFoundException =
Support for backward compatibility
CrumbNotFound
- InternalServerErrorException =
Support for backward compatibility
InternalServerError
ServiceUnavailable
- CLIException =
Support for backward compatibility
CLIError