Searched refs:NNTPTemporaryError (Results 1 – 6 of 6) sorted by relevance
61 class NNTPTemporaryError(NNTPError): class79 error_temp = NNTPTemporaryError136 except NNTPTemporaryError, e:227 raise NNTPTemporaryError(resp)
175 except nntplib.NNTPTemporaryError as e:857 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:860 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:903 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:969 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:1017 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:1064 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:1181 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:1189 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:1482 Handler, nntplib.NNTPTemporaryError, Handler.welcome)
109 class NNTPTemporaryError(NNTPError): class391 except (NNTPPermanentError, NNTPTemporaryError):454 raise NNTPTemporaryError(resp)987 except NNTPTemporaryError as e:
90 .. exception:: NNTPTemporaryError
126 .. exception:: NNTPTemporaryError
1464 except nntplib.NNTPTemporaryError as err: