return (javax.jms.QueueConnection) o;
} catch (javax.resource.spi.SecurityException exc) {
throw new JMSSecurityException("Invalid user identification: " + exc);
} catch (javax.resource.spi.CommException exc) {
throw new IllegalStateException("Could not connect to the JORAM server: "
+ exc);
} catch (javax.resource.ResourceException exc) {
throw new JMSException("Could not create connection: " + exc);
}
}