Class ClientErrorExceptionMapper
java.lang.Object
org.fcrepo.http.commons.exceptionhandlers.ClientErrorExceptionMapper
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.ClientErrorException>,ExceptionDebugLogging
@Provider
public class ClientErrorExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.ClientErrorException>, ExceptionDebugLogging
- Since:
- 11/20/14
- Author:
- awoods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsetoResponse(javax.ws.rs.ClientErrorException e) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fcrepo.http.commons.exceptionhandlers.ExceptionDebugLogging
debugException
-
Constructor Details
-
ClientErrorExceptionMapper
public ClientErrorExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponsein interfacejavax.ws.rs.ext.ExceptionMapper<javax.ws.rs.ClientErrorException>
-