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):
103 return RemoteError('Unserializable message: %s\n' % result)105 return RemoteError(result)109 class RemoteError(Exception): class
30 face.RemoteError),
1431 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError1483 self.assertRaises(RemoteError, foo._callmethod, '_h')
2529 expected_error = (RemoteError if self.TYPE == 'manager'2807 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError2880 self.assertRaises(RemoteError, foo._callmethod, '_h')
1737 process then this is converted into a :exc:`RemoteError` exception and is
2062 process then this is converted into a :exc:`RemoteError` exception and is