Searched refs:RemoteError (Results 1 – 9 of 9) sorted by relevance
112 return RemoteError(result)115 return RemoteError('Unserializable message: %s\n' % result)119 class RemoteError(Exception): class
143 class RemoteError(AbortionError): class
474 with self.assertRaises(face.RemoteError):601 with self.assertRaises(face.RemoteError):
104 return RemoteError('Unserializable message: %s\n' % result)106 return RemoteError(result)110 class RemoteError(Exception): class
30 face.RemoteError),
1431 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError1483 self.assertRaises(RemoteError, foo._callmethod, '_h')
2550 expected_error = (RemoteError if self.TYPE == 'manager'2829 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError2902 self.assertRaises(RemoteError, foo._callmethod, '_h')
1737 process then this is converted into a :exc:`RemoteError` exception and is
2077 process then this is converted into a :exc:`RemoteError` exception and is