Constructors

Link copied to clipboard
constructor(cause: Throwable, code: Int = 0)
constructor(message: String?, code: Int = 0)
constructor(message: String?, cause: Throwable?, code: Int = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
var code: Int
Link copied to clipboard
open val message: String?

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
Link copied to clipboard
open override fun toString(): String