Class 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 Detail

      • CrowdRuntimeExceptionMapper

        public CrowdRuntimeExceptionMapper()
    • Method Detail

      • toResponse

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