• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FIWARE / contract-management / #8

21 Sep 2023 07:58AM UTC coverage: 0.176%. First build
#8

Pull #1

pulledtim
temp workaround for api missmatch
Pull Request #1: init

135 of 135 new or added lines in 10 files covered. (100.0%)

26 of 14766 relevant lines covered (0.18%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/org/fiware/iam/exception/OrganizationRetrievalException.java
1
package org.fiware.iam.exception;
2

3
import lombok.ToString;
4

5
@ToString(callSuper = true)
×
6
public class OrganizationRetrievalException extends RuntimeException {
7

8
    private final String organizationId;
9

10
    public OrganizationRetrievalException(String message, String organizationId) {
11
        super(message);
×
12
        this.organizationId = organizationId;
×
13
    }
×
14

15
    public OrganizationRetrievalException(String message, Throwable cause, String organizationId) {
16
        super(message, cause);
×
17
        this.organizationId = organizationId;
×
18
    }
×
19

20
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc