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