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