OAuth2Exception

class OAuth2Exception(val errorObject: ErrorObject?, msg: String, throwable: Throwable?) : RuntimeException

Constructors

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

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val errorObject: ErrorObject?
Link copied to clipboard
open val message: String?