Class OperationFailedExceptionMapper
java.lang.Object
com.atlassian.crowd.plugin.rest.exception.mapper.OperationFailedExceptionMapper
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<OperationFailedException>
@Provider
public class OperationFailedExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<OperationFailedException>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
toResponse
(OperationFailedException exception)
-
Constructor Details
-
OperationFailedExceptionMapper
public OperationFailedExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<OperationFailedException>
-