Class ExceptionMapperTwo
java.lang.Object
ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.ExceptionMapperTwo
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<TckPriorityException>
@Provider
@Priority(20)
public class ExceptionMapperTwo
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
-
ExceptionMapperTwo
public ExceptionMapperTwo()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<TckPriorityException>
-