Execution Throwable
class ExecutionThrowable<E : Class<out Throwable>>(val throwableClass: E) : ReflectionCheckReply.ErrorResult.ThrowableResultType<E>
An execution throwable is a throwable that was caught during the execution of a specific operation that was requested, e.g. GetFieldModifiers or SetFieldValue.