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