| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| DuplicateStatementIdentifierException | 
 | 
 | 1.0;1 | 
| 1 |  package liquibase.exception; | |
| 2 | ||
| 3 | public class DuplicateStatementIdentifierException extends LiquibaseException { | |
| 4 | ||
| 5 | private static final long serialVersionUID = 1L; | |
| 6 | ||
| 7 |      public DuplicateStatementIdentifierException(String message) { | |
| 8 | 1 |          super(message); | 
| 9 | 1 | } | 
| 10 | } |