Module: Lhj::JenkinsApi::Exceptions
- Defined in:
- lib/lhj/jenkins/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 collapse
- JobAlreadyExistsWithName =
Support for backward compatibility
JobAlreadyExistsUnauthorized- ForbiddenException =
Support for backward compatibility
Forbidden- NotFoundException =
Support for backward compatibility
NotFound- CrumbNotFoundException =
Support for backward compatibility
CrumbNotFound- InternalServerErrorException =
Support for backward compatibility
InternalServerErrorServiceUnavailable- CLIException =
Support for backward compatibility
CLIError