RetryException

actual class RetryException : Throwable
expect class RetryException : Throwable
actual class RetryException : Throwable

Constructors

Link copied to clipboard
constructor()
expect constructor()
constructor()

Properties

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

Functions

Link copied to clipboard
open override fun fillInStackTrace(): Throwable