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