Class CrowdExceptionMapper

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

@Provider public class CrowdExceptionMapper extends AbstractExceptionMapper<com.atlassian.crowd.exception.CrowdException>
  • Constructor Details

    • CrowdExceptionMapper

      public CrowdExceptionMapper()
  • Method Details

    • toResponse

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