Class 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 Detail

      • WOPIExceptionMapper

        public WOPIExceptionMapper()
    • Method Detail

      • toResponse

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