BranchNotFoundException
class BranchNotFoundException(branch: String, repositoryId: String, cause: Throwable? = null) : HttpException
A HttpException indicating that a branch was not found in a repository.
Parameters
branch
name of the missing branch
repositoryId
ID of the repository missing the branch
cause
The causing exception for the bad request or null if none.