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.MultiBuildItem
When an Exception of this type is thrown and no jakarta.ws.rs.ext.ExceptionMapper exists, then RESTEasy Reactive will attempt to locate an ExceptionMapper for the cause of the Exception.
  • Constructor Details

    • UnwrappedExceptionBuildItem

      public UnwrappedExceptionBuildItem(Class<? extends Throwable> throwableClass)
  • Method Details

    • getThrowableClass

      public Class<? extends Throwable> getThrowableClass()