Class ClientErrorExceptionMapper

java.lang.Object
ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.ClientErrorExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.ClientErrorException>

@Provider public class ClientErrorExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.ClientErrorException>
  • Constructor Details

    • ClientErrorExceptionMapper

      public ClientErrorExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(jakarta.ws.rs.ClientErrorException exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.ClientErrorException>