java.lang.Object
ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.Resource

@Path("resource") public class Resource extends Object
  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • throwable

      @Path("throwable") @GET public String throwable() throws Throwable
      Throws:
      Throwable
    • exception

      @Path("exception") @GET public String exception() throws Exception
      Throws:
      Exception
    • runtime

      @Path("runtime") @GET public String runtime()
    • webApp

      @Path("webapp") @GET public String webApp()
    • clienterror

      @Path("clienterror") @GET public String clienterror()
    • mappedException

      @Path("mapped") @GET public String mappedException()
    • chain

      @Path("chain") @GET public String chain()