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