Class InfrastructureExceptionMapper
java.lang.Object
com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<com.atlassian.core.exception.InfrastructureException>
com.atlassian.bamboo.plugins.rest.common.exception.InfrastructureExceptionMapper
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<com.atlassian.core.exception.InfrastructureException>
@Provider
public class InfrastructureExceptionMapper
extends AbstractExceptionMapper<com.atlassian.core.exception.InfrastructureException>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
toResponse
(@NotNull com.atlassian.core.exception.InfrastructureException exception) Methods inherited from class com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper
getMediaType, never
-
Constructor Details
-
InfrastructureExceptionMapper
public InfrastructureExceptionMapper()
-
-
Method Details
-
toResponse
public javax.ws.rs.core.Response toResponse(@NotNull @NotNull com.atlassian.core.exception.InfrastructureException exception)
-