Class RuntimeExceptionMapper

java.lang.Object
ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.RuntimeExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>

@Provider public class RuntimeExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>
  • Constructor Details

    • RuntimeExceptionMapper

      public RuntimeExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(RuntimeException exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>