Class IOExceptionMapper

java.lang.Object
com.xebialabs.deployit.plumbing.IOExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<IOException>

@Provider @Component public class IOExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<IOException>
  • Constructor Details

    • IOExceptionMapper

      public IOExceptionMapper(com.xebialabs.deployit.ServerConfiguration serverConfiguration)
  • Method Details

    • toResponse

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