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 Details

    • InfrastructureExceptionMapper

      public InfrastructureExceptionMapper()
  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(@NotNull @NotNull com.atlassian.core.exception.InfrastructureException exception)