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

FIWARE / contract-management / #9

21 Sep 2023 09:02AM UTC coverage: 0.196%. First build
#9

Pull #1

pulledtim
api update
Pull Request #1: init

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

29 of 14769 relevant lines covered (0.2%)

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