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
open val cause: Throwable?
expect open val cause: Throwable?
expect open val cause: Throwable?
Link copied to clipboard
message
Link copied to clipboard
open val message: String?
expect open val message: String?
expect open val message: String?
Link copied to clipboard
Link copied to clipboard

Functions

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