GitException

class GitException(message: String?, cause: Throwable?, val statusCode: Int?, val spec: ExecSpec?) : RuntimeException(source)

Constructors

Link copied to clipboard
constructor(message: String, statusCode: Int, spec: ExecSpec?)
constructor(message: String)
constructor(message: String?, cause: Throwable?, statusCode: Int?, spec: ExecSpec?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val spec: ExecSpec?
Link copied to clipboard