JamesNicholls
Vendor
Anyone have any ideas why a CollabConnException is not caught by catch (Exception e), i.e.:
try
{
bSibRet = getSiebelOutEtd().postSiebelForm();
}
catch(Exception e)
{
xxx
}
The CollabConnException seems to be generated by postSiebelForm()
try
{
bSibRet = getSiebelOutEtd().postSiebelForm();
}
catch(Exception e)
{
xxx
}
The CollabConnException seems to be generated by postSiebelForm()