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.

Constructors

Link copied to clipboard
constructor(branch: BranchReference, cause: Throwable? = null)
constructor(branch: String, repositoryId: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val problem: <Error class: unknown class>

A description of the problem this exception is reporting to the caller.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard