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