FF4kConfigurationException
open class FF4kConfigurationException(message: String, cause: Throwable? = null) : FF4kException(source)
Exception for configuration and initialization errors in FF4k.
This open class is part of the FF4kException hierarchy and is intended for errors that occur during library setup, such as unsupported database types or invalid configuration. Unlike the sealed store exception hierarchies, this class is open to allow extension from other modules.
Parameters
message
The detail message describing the exception
cause
The underlying cause of this exception, or null if none