Class UnsupportedMediaTypeExceptionMapper
- java.lang.Object
-
- org.fcrepo.http.commons.exceptionhandlers.UnsupportedMediaTypeExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<UnsupportedMediaTypeException>
,ExceptionDebugLogging
@Provider public class UnsupportedMediaTypeExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<UnsupportedMediaTypeException>, ExceptionDebugLogging
UnsupportedMediaType mapper- Since:
- 6.0.0
- Author:
- whikloj
-
-
Constructor Summary
Constructors Constructor Description UnsupportedMediaTypeExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(UnsupportedMediaTypeException e)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fcrepo.http.commons.exceptionhandlers.ExceptionDebugLogging
debugException
-
-
-
-
Constructor Detail
-
UnsupportedMediaTypeExceptionMapper
public UnsupportedMediaTypeExceptionMapper()
-
-
Method Detail
-
toResponse
public javax.ws.rs.core.Response toResponse(UnsupportedMediaTypeException e)
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<UnsupportedMediaTypeException>
-
-