Originally posted by EqualOpportunities
Yet both suggestions have been helpful, thanks.
try
{
....
}
catch (Throwable e)
{
e.printStackTrace();
throw e;
}
try
{
....
}
catch (Throwable e)
{
e.printStackTrace();
throw e;
}

Leave a comment: