Description
in setUp() :
try
catch (SQLException ee)
{ throw new SQLException("Create DB Failure!"); }will hide original exception.
in setUp() :
try
catch (SQLException ee)
{ throw new SQLException("Create DB Failure!"); }will hide original exception.