Class BambooRuntimeExceptionMapper

java.lang.Object
com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<RuntimeException>
com.atlassian.bamboo.plugins.rest.common.exception.BambooRuntimeExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<RuntimeException>

@Provider public class BambooRuntimeExceptionMapper extends AbstractExceptionMapper<RuntimeException>
An exception mapper that will map any runtime exception. Handles the special case of WebApplicationException, which provides its own response.
  • Constructor Details

    • BambooRuntimeExceptionMapper

      public BambooRuntimeExceptionMapper()
  • Method Details