Class WOPIExceptionMapper

java.lang.Object
org.nuxeo.wopi.jaxrs.WOPIExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<WOPIException>

public class WOPIExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<WOPIException>
Exception mapper for the WOPIExceptions.
Since:
10.3
  • Constructor Details

    • WOPIExceptionMapper

      public WOPIExceptionMapper()
  • Method Details

    • toResponse

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