Package ZenHub :: Module PBDaemon :: Class RemoteException
[hide private]
[frames] | no frames]

Class RemoteException

source code

        exceptions.Exception --+
                               |
  twisted.spread.pb.Copyable --+
                               |
twisted.spread.pb.RemoteCopy --+
                               |
                              RemoteException

Exception that can cross the PB barrier

Instance Methods [hide private]
 
__init__(self, msg, tb) source code
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__, __providedBy__

Class Variables [hide private]

Inherited from exceptions.Exception: __implemented__, __provides__

Method Details [hide private]

__init__(self, msg, tb)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__