Package com.atlassian.bamboo.exception
-
Exception Summary Exception Description AccessDeniedException ConflictException Exception to be used when Bamboo REST endpoint should return CONFLICT (409) response.DataAccessException DefaultWebValidationException NotFoundException Exception to be used when Bamboo REST endpoint should return NOT_FOUND (404) response.RssPermissionException Error when validating RSS permission for a plan (project modification, adding dependencies on other plans, downloading artifacts from other projects, using other repositories).StartupException TooManyRequestsException Exception to be used when the number of Bamboo requests has exceeded an allowed threshold.UnauthorisedException WebValidationException Exception to indicate problems with data provided.XsrfCheckException Exception thrown whenever XSRF token validation fails.YamlValidationException Errors when converting yaml to export properties objects (mostly types problems like expected string and got map etc.)