Class IOExceptionExceptionMapper

java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.ext.exceptionmapper.IOExceptionExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<IOException>

@Provider public class IOExceptionExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<IOException>
This class is used by ee.jakarta.tck.ws.rs.ee.rs.ext.providers.ProvidersServlet
  • Constructor Details

    • IOExceptionExceptionMapper

      public IOExceptionExceptionMapper()
  • Method Details

    • toResponse

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