Class InvalidUserExceptionMapper
java.lang.Object
com.atlassian.crowd.plugin.rest.exception.mapper.InvalidUserExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<InvalidUserException>
@Provider
public class InvalidUserExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<InvalidUserException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
toResponse
(InvalidUserException exception)
-
Constructor Details
-
InvalidUserExceptionMapper
public InvalidUserExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<InvalidUserException>
-