Warden-Supreme
Toggle table of contents
1.0.0-RC2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Warden-Supreme
makoto
/
at.asitplus.attestation
/
AttestationException
/
Content
/
Unknown
Unknown
class
Unknown
(
message
:
String
?
=
null
,
cause
:
Throwable
)
:
AttestationException.Content
(
source
)
Members
Constructors
Unknown
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
)
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
?
platform
Link copied to clipboard
val
platform
:
Platform
platform
Specific
Cause
Link copied to clipboard
val
platformSpecificCause
:
Throwable
Alias for
cause
(with more accurate semantics)
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String