276277278279280281282283284
Dictionary dictionary = db.getDictionary(); return new SessionImpl(this, properties, db, dictionary); } catch (ClusterJException ex) { throw ex; } catch (Exception ex) { throw new ClusterJFatalException( local.message("ERR_Create_Ndb"), ex); } }