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

      • CrowdExceptionMapper

        public CrowdExceptionMapper()
    • Method Detail

      • toResponse

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