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