Exception Summary |
ConnectionException |
A ConnectionException is thrown if an Exception occurs in the event middleware. |
NotBoundException |
A NotBoundException is thrown if an attempt is made to look up in the registry
a name that has no associated binding. |
NotSatisfiedException |
Exception class that is thrown when an anycall/manycall condition was unable
to be satisfied by any of the group members. |
RegistryNotLoadedException |
Exception thrown when the decentralized registry is not loaded |
RemoteException |
A RemoteException is the common superclass for a wide number of communication-related
exceptions that may occur during the execution of a remote method call. |
SessionException |
Wrapper exception class to different exceptions
It simply stores the incoming exception and provides a method for obtaining the "real" exception. |
TimeoutException |
TimeoutException is throws if the timeout expires in a remote call. |
UnmatchedAnycallMethodException |
Exception class that is thrown when an anycall/manycall condition was unable
to be satisfied by any of the group members. |