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