Class TombstoneExceptionMapper
- java.lang.Object
-
- org.fcrepo.http.commons.exceptionhandlers.TombstoneExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<TombstoneException>
,ExceptionDebugLogging
@Provider public class TombstoneExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<TombstoneException>, ExceptionDebugLogging
- Since:
- 10/16/14
- Author:
- cabeer
-
-
Constructor Summary
Constructors Constructor Description TombstoneExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(TombstoneException 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
-
TombstoneExceptionMapper
public TombstoneExceptionMapper()
-
-
Method Detail
-
toResponse
public javax.ws.rs.core.Response toResponse(TombstoneException e)
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<TombstoneException>
-
-