Package flumotion :: Package common :: Module errors :: Class RemoteMethodError
[show private | hide private]
[frames | no frames]

Class RemoteMethodError

Exception --+    
            |    
        Error --+
                |
               RemoteMethodError

Known Subclasses:
NoMethodError, RemoteRunError, RemoteRunFailure

Generic remote method error.
Method Summary
  __init__(self, methodName, debug)
  __str__(self)
    Inherited from Exception
  __getitem__(...)

Instance Variable Summary
str debug: optional additional debug message
str methodName: name of the method

Instance Variable Details

debug

optional additional debug message
Type:
str

methodName

name of the method
Type:
str

Generated by Epydoc 2.1 on Mon Oct 1 03:52:10 2007 http://epydoc.sf.net