Class NotFoundExceptionMapper
- java.lang.Object
-
- com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<NotFoundException>
-
- com.atlassian.bamboo.plugins.rest.common.exception.NotFoundExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<NotFoundException>
@Provider public class NotFoundExceptionMapper extends AbstractExceptionMapper<NotFoundException>
-
-
Constructor Summary
Constructors Constructor Description NotFoundExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(NotFoundException exception)
-
Methods inherited from class com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper
getMediaType, never
-
-
-
-
Method Detail
-
toResponse
public javax.ws.rs.core.Response toResponse(NotFoundException exception)
-
-