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