InitializationException

Represents an exception that occurred during the initialization process. Extends RuntimeException.

Parameters

message

A detailed message describing the error.

cause

The underlying cause of this exception, if any.

Inheritors

Properties

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