WrappedException
constructor(exceptionClass: Class<out Throwable>, stackTrace: String, message: String?, cause: String?, localizedMessage: String?)
Parameters
exceptionClass
The class of the exception.
stackTrace
The stack trace of the exception as a string.
message
The message of the exception.
cause
The cause of the exception as a string.
localizedMessage
The localized message of the exception.