Skip to content

Instantly share code, notes, and snippets.

View stuartwdouglas's full-sized avatar

Stuart Douglas stuartwdouglas

  • Red Hat
  • Orange NSW Australia
View GitHub Profile
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Deque;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
org.jboss.resteasy.spi.UnhandledException: java.lang.RuntimeException: Example Exception
at org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:106)
at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:372)
at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:218)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:519)
at org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
at org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
at org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
at org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
org.jboss.resteasy.spi.UnhandledException: java.lang.RuntimeException: Example Exception
was caught. Original Exception is:
java.lang.RuntimeException: Example Exception
this was thrown from:
org.acme.resteasy.ExampleResource.hello(ExampleResource.java:14)
org.acme.resteasy.ExampleResource_Subclass.hello$$superaccessor1(ExampleResource_Subclass.zig:189)
org.acme.resteasy.ExampleResource_Subclass$$function$$1.apply(ExampleResource_Subclass$$function$$1.zig:29)
io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:54)
io.quarkus.arc.runtime.devconsole.InvocationInterceptor.proceed(InvocationInterceptor.java:57)
io.quarkus.arc.runtime.devconsole.InvocationInterceptor.monitor(InvocationInterceptor.java:43)