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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsetoResponse(ApplicationManagerException exception)
-
Constructor Details
-
ApplicationManagerExceptionMapper
public ApplicationManagerExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponsein interfacejavax.ws.rs.ext.ExceptionMapper<ApplicationManagerException>
-