gradle: разделение на gradle-module's
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package ghast.database;
|
||||
|
||||
import java.sql.SQLException;
|
||||
|
||||
public class CannotGetJdbcConnectionException extends DataAccessException {
|
||||
|
||||
public CannotGetJdbcConnectionException(String msg, SQLException ex) {
|
||||
super(msg, ex);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user