LicenseException

open class LicenseException(error: String, throwable: Throwable? = null) : SecurityException

Inheritors

Constructors

Link copied to clipboard
constructor(error: String, throwable: Throwable? = null)

Types

Link copied to clipboard
data class Failure(val url: URL, val error: String) : LicenseException
Link copied to clipboard
Link copied to clipboard
data class Invalid(val config: AbraConfig, val statusCode: Int) : LicenseException
Link copied to clipboard

Properties

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