322323324325326327328329330331332
kamInfo = kcdao.getKamInfoByName(kamName); } catch (SQLException e) { throw new PKAMSerializationFailure(filePath, e.getMessage()); } finally { if (kcdao != null) { kcdao.terminate(); } } return kamInfo; }