Ufc Exception
open class UfcException(val errorCode: ErrorCode, message: String? = null, cause: Throwable? = null, val metadata: Map<String, Any> = emptyMap()) : RuntimeException(source)
Base exception class for the UFC application.
All UFC application exceptions inherit from this class. Manages structured error information through ErrorCode.
Inheritors
Constructors
Properties
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
Creates a new UfcException with multiple additional metadata entries.
Creates a new UfcException with an additional metadata entry.