All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class reliability.ConnectionNotOpenException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----reliability.ConnectionNotOpenException

public class ConnectionNotOpenException
extends RuntimeException
This exception is thrown by the ReliableSender and ReliableReceiver when clients try to operate on a closed connection.

See Also:
ReliableSender, ReliableReceiver


All Packages  Class Hierarchy  This Package  Previous  Next  Index