Warden-Supreme
Toggle table of contents
1.0.0-RC2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Warden-Supreme
roboto
/
at.asitplus.attestation.android.exceptions
/
RevocationException
/
ListUnavailable
List
Unavailable
class
ListUnavailable
(
message
:
String
?
,
cause
:
Throwable
?
=
null
)
:
RevocationException
(
source
)
Members
Constructors
List
Unavailable
Link copied to clipboard
constructor
(
message
:
String
?
,
cause
:
Throwable
?
=
null
)
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
?
reason
Link copied to clipboard
val
reason
:
RevocationException.Reason
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