AdapterTracing.dbgAdapter.log(BasicLevel.DEBUG,
this + " createManagedConnection cnx = " + cnx);
} catch (IllegalStateException exc) {
if (out != null)
out.print("Could not access the JORAM server: " + exc);
throw new CommException("Could not access the JORAM server: " + exc);
} catch (JMSSecurityException exc) {
if (out != null)
out.print("Invalid user identification: " + exc);
throw new SecurityException("Invalid user identification: " + exc);
} catch (JMSException exc) {