Searched refs:StoreError (Results 1 – 9 of 9) sorted by relevance
60 except host_info.StoreError as e:101 except host_info.StoreError:116 except host_info.StoreError:124 except host_info.StoreError:137 except host_info.StoreError:145 except host_info.StoreError:
71 raise host_info.StoreError(74 raise host_info.StoreError('Failed to read backing file (%s) : %r'77 raise host_info.StoreError(88 raise host_info.StoreError('Failed to write backing file (%s) : %r'109 raise host_info.StoreError(e)
50 with self.assertRaises(host_info.StoreError):66 with file_lock.lock(), self.assertRaises(host_info.StoreError):84 with file_lock.lock(), self.assertRaises(host_info.StoreError):93 with self.assertRaises(host_info.StoreError):104 with self.assertRaises(host_info.StoreError):118 with self.assertRaises(host_info.StoreError):181 with self.assertRaises(host_info.StoreError):
43 raise host_info.StoreError(e)46 raise host_info.StoreError('No hosts founds with hostname: %s' %88 raise host_info.StoreError(e)103 raise host_info.StoreError(e)
315 raise host_info.StoreError('no can do')320 raise host_info.StoreError('wont wont wont')332 with self.assertRaises(host_info.StoreError):335 with self.assertRaises(host_info.StoreError):346 with self.assertRaises(host_info.StoreError):350 with self.assertRaises(host_info.StoreError):
124 raise host_info.StoreError('Test refresh error')130 raise host_info.StoreError('Test commit error')
54 with self.assertRaises(host_info.StoreError):91 with self.assertRaises(host_info.StoreError):
268 class StoreError(Exception): class
1627 except host_info.StoreError: