sdk
Toggle table of contents
1.5.1
Select version
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.1.1
1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
ai.abra.sdk.license
/
LicenseException
License
Exception
open
class
LicenseException
(
error
:
String
,
throwable
:
Throwable
?
=
null
)
:
SecurityException
Inheritors
Failure
Inactive
Invalid
Malformed
Members
Constructors
License
Exception
Link copied to clipboard
constructor
(
error
:
String
,
throwable
:
Throwable
?
=
null
)
Types
Failure
Link copied to clipboard
data
class
Failure
(
val
url
:
URL
,
val
error
:
String
)
:
LicenseException
Inactive
Link copied to clipboard
data
object
Inactive
:
LicenseException
Invalid
Link copied to clipboard
data
class
Invalid
(
val
config
:
AbraConfig
,
val
statusCode
:
Int
)
:
LicenseException
Malformed
Link copied to clipboard
data
object
Malformed
:
LicenseException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?