|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RollbackFailedException | Line # 3 | 3 | 0% | 4 | 5 | 28.6% |
0.2857143
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
(1) | |||
Result | |||
0.2857143
|
liquibase.changelog.filter.AfterTagChangeSetFilterTest.accepts_noTag
![]() |
1 PASS | |
1 | package liquibase.exception; | |
2 | ||
3 | public class RollbackFailedException extends LiquibaseException { | |
4 | ||
5 | private static final long serialVersionUID = 1L; | |
6 | ||
7 | 0 |
![]() |
8 | } | |
9 | ||
10 | 1 |
![]() |
11 | 1 | super(message); |
12 | } | |
13 | ||
14 | 0 |
![]() |
15 | 0 | super(message, cause); |
16 | } | |
17 | ||
18 | 0 |
![]() |
19 | 0 | super(cause); |
20 | } | |
21 | } |
|