Class UnwrappedExceptionBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.resteasy.reactive.server.spi.UnwrappedExceptionBuildItem
-
public final class UnwrappedExceptionBuildItem extends io.quarkus.builder.item.MultiBuildItemWhen an Exception of this type is thrown and nojakarta.ws.rs.ext.ExceptionMapperexists, then RESTEasy Reactive will attempt to locate anExceptionMapperfor the cause of the Exception.
-
-
Constructor Summary
Constructors Constructor Description UnwrappedExceptionBuildItem(Class<? extends Throwable> throwableClass)
-