ReAuthenticationNeededException

class ReAuthenticationNeededException(cause: Throwable?, message: String?) : SpotifyException

Exception signifying that re-authentication via spotify-auth is necessary. Thrown by default when refreshTokenProducer is null.

Constructors

ReAuthenticationNeededException
Link copied to clipboard
common
fun ReAuthenticationNeededException(cause: Throwable? = null, message: String? = null)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

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

Sources

(source)
Link copied to clipboard