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