Package ee.jakarta.tck.ws.rs.ee.rs
Class RuntimeExceptionMapper
java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.RuntimeExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>
@Provider
public class RuntimeExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
toResponse
(RuntimeException exception)
-
Constructor Details
-
RuntimeExceptionMapper
public RuntimeExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<RuntimeException>
-