The exception hierarchy is as follows:
Exception
|
+-- PyroError
|
+-- NamingError
+-- DaemonError
+-- SecurityError
+-- CommunicationError
|
+-- ConnectionClosedError
+-- ProtocolError
+-- TimeoutError
Definition of the various exceptions that are used in Pyro.
Base class for the errors related to network communication problems.
The connection was unexpectedly closed.
The Daemon encountered a problem.
There was a problem related to the name server or object names.
Pyro received a message that didn’t match the active Pyro network protocol, or there was a protocol related error.
Generic base of all Pyro-specific errors.
A security related error occurred.
A call could not be completed within the set timeout period, or the network caused a timeout.