vert-x3 / vertx-redis-client

Redis client for Vert.x
http://vertx.io
Apache License 2.0
128 stars 116 forks source link

How to catch io.vertx.core.impl.NoStackTraceThrowable #425

Closed zclcs closed 9 months ago

zclcs commented 9 months ago

Version

4.5.0

zclcs commented 9 months ago

image image

zclcs commented 9 months ago

is virtual threads bug

zclcs commented 9 months ago

close

Ladicek commented 9 months ago

NoStackTraceThrowable is not an Exception (nor an Error), so you need to catch Throwable.

This is arguably not the best user experience, but this behavior is inherited from Vert.x core.