Class ExternalContentAccessExceptionMapper
- java.lang.Object
-
- org.fcrepo.http.commons.exceptionhandlers.ExternalContentAccessExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<ExternalContentAccessException>
,ExceptionDebugLogging
@Provider public class ExternalContentAccessExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<ExternalContentAccessException>, ExceptionDebugLogging
ExternalContentException mapper- Since:
- 2018-07-11
- Author:
- whikloj
-
-
Constructor Summary
Constructors Constructor Description ExternalContentAccessExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(ExternalContentAccessException exception)
-
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
-
ExternalContentAccessExceptionMapper
public ExternalContentAccessExceptionMapper()
-
-
Method Detail
-
toResponse
public javax.ws.rs.core.Response toResponse(ExternalContentAccessException exception)
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<ExternalContentAccessException>
-
-