UnknownFailureException

class UnknownFailureException(message: String = "Unknown failure") : RuntimeException

Constructors

Link copied to clipboard
constructor(message: String = "Unknown failure")

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Converts the exception to a WrappedException.

Link copied to clipboard

Wraps the exception in a WrappedException.

Link copied to clipboard

Converts the exception to a wrapped exception if wrap is true.