VersionNotFoundException

class VersionNotFoundException(versionHash: String, cause: Throwable? = null) : HttpException

A HttpException indicating that a version inside a repository or branch was not found.

Parameters

versionHash

has of the missing version

cause

The causing exception for the bad request or null if none.

Constructors

Link copied to clipboard
constructor(versionHash: 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