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