mock-oauth2-server
Toggle table of contents
3.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
mock-oauth2-server
mock-oauth2-server
/
no.nav.security.mock.oauth2
/
OAuth2Exception
OAuth2Exception
class
OAuth2Exception
(
val
errorObject
:
ErrorObject
?
,
msg
:
String
,
throwable
:
Throwable
?
)
:
RuntimeException
Members
Constructors
OAuth2Exception
Link copied to clipboard
constructor
(
msg
:
String
)
constructor
(
msg
:
String
,
throwable
:
Throwable
?
)
constructor
(
errorObject
:
ErrorObject
?
,
msg
:
String
)
constructor
(
errorObject
:
ErrorObject
?
,
msg
:
String
,
throwable
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Object
Link copied to clipboard
val
errorObject
:
ErrorObject
?
message
Link copied to clipboard
open
val
message
:
String
?