MetisException

constructor(message: String, backtrace: MutableList<Span>, cause: Throwable? = null)

Parameters

message

The error message.

backtrace

The backtrace of the error.

cause

The cause of the error.