Class RequestWithAclLinkHeaderExceptionMapper
- java.lang.Object
-
- org.fcrepo.http.commons.exceptionhandlers.ConstraintExceptionMapper<RequestWithAclLinkHeaderException>
-
- org.fcrepo.http.commons.exceptionhandlers.RequestWithAclLinkHeaderExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<RequestWithAclLinkHeaderException>
,ExceptionDebugLogging
@Provider public class RequestWithAclLinkHeaderExceptionMapper extends ConstraintExceptionMapper<RequestWithAclLinkHeaderException> implements ExceptionDebugLogging
- Since:
- 2018-07-25
- Author:
- lsitu
-
-
Constructor Summary
Constructors Constructor Description RequestWithAclLinkHeaderExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(RequestWithAclLinkHeaderException e)
-
Methods inherited from class org.fcrepo.http.commons.exceptionhandlers.ConstraintExceptionMapper
buildConstraintLink, buildConstraintLink
-
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
-
RequestWithAclLinkHeaderExceptionMapper
public RequestWithAclLinkHeaderExceptionMapper()
-
-
Method Detail
-
toResponse
public javax.ws.rs.core.Response toResponse(RequestWithAclLinkHeaderException e)
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<RequestWithAclLinkHeaderException>
-
-