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 Details

    • NotFoundExceptionMapper

      public NotFoundExceptionMapper()
  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(NotFoundException exception)