This commit is contained in:
Ashish Trivedi
2020-08-10 13:21:24 +05:30
parent 108532d8dd
commit 75b10ed657
4 changed files with 12 additions and 55 deletions
@@ -114,7 +114,7 @@ public class HotelTest {
var statement = connection.createStatement()) {
statement.execute(RoomSchemaSql.CREATE_SCHEMA_SQL);
} catch (Exception e) {
throw new SqlException(e.getMessage(), e);
throw new Exception(e.getMessage(), e);
}
}