Class UnsupportedMediaTypeExceptionMapper

java.lang.Object
org.fcrepo.http.commons.exceptionhandlers.UnsupportedMediaTypeExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.UnsupportedMediaTypeException>, ExceptionDebugLogging

@Provider public class UnsupportedMediaTypeExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.UnsupportedMediaTypeException>, ExceptionDebugLogging
UnsupportedMediaType mapper
Since:
6.0.0
Author:
whikloj
  • Constructor Details

  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(org.fcrepo.kernel.api.exception.UnsupportedMediaTypeException e)
      Specified by:
      toResponse in interface javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.UnsupportedMediaTypeException>