Class CrowdRuntimeExceptionMapper

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

@Provider public class CrowdRuntimeExceptionMapper extends AbstractExceptionMapper<com.atlassian.crowd.exception.runtime.CrowdRuntimeException>
  • Constructor Details

    • CrowdRuntimeExceptionMapper

      public CrowdRuntimeExceptionMapper()
  • Method Details

    • toResponse

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