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