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 Summary
-
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper
getMediaType, never
-
Constructor Details
-
BambooRuntimeExceptionMapper
public BambooRuntimeExceptionMapper()
-
-
Method Details
-
toResponse
-