forgerock-auth
4.7.0
forgerock-auth
/
org.forgerock.android.auth.exception
/
AuthorizeException
Authorize
Exception
class
AuthorizeException
:
Exception
Exception that is thrown when the authorize failed
Members
Constructors
Authorize
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?