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

FIWARE / trusted-issuers-registry / #16

11 Jun 2024 06:19AM UTC coverage: 77.186% (-0.2%) from 77.376%
#16

push

web-flow
Merge pull request #21 from FIWARE/skipFailingDids

fix log

1 of 1 new or added line in 1 file covered. (100.0%)

4 existing lines in 2 files now uncovered.

406 of 526 relevant lines covered (77.19%)

0.77 hits per line

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

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

3
import lombok.Getter;
4
import org.fiware.iam.common.repository.NgsiLdBaseRepository;
5

6
import java.util.Optional;
7

8
/**
9
 * Wrapper exception for everything that might go wrong when using the {@link NgsiLdBaseRepository}
10
 */
11
public class NgsiLdRepositoryException extends RuntimeException {
12

13
        @Getter
×
14
        private final Optional<Throwable> optionalCause;
15

16

17
        public NgsiLdRepositoryException(String message,  Optional<Throwable> cause) {
UNCOV
18
                super(message);
×
UNCOV
19
                optionalCause = cause;
×
UNCOV
20
        }
×
21
}
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