BranchNotFoundException

constructor(branch: BranchReference, cause: Throwable? = null)


constructor(branch: String, repositoryId: String, cause: Throwable? = null)

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.