Home | Trees | Indices | Help |
|
---|
|
Class which handles errors regarding duplicate sessions to the NetworkElement.
An application can have only one session with a given NetworkElement. A NetworkElement can have multiple interfaces and IP addresses. If the application is connected to the NetworkElement using one IP address, and then attempts to connect to the NetworkElement using another IP address, connect will fail with this exception. If this happens, the application can use get_original_network_element() method to retrieve the already connected NetworkElement instance.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
Default constructor. Constructs a new exception with default message as its detail message. Parameters: arg_networkElement: This is the instance of NetworkElement to which the duplicate session was being initiated. arg_string: This is the error message. arg_cause : This is the class object which has more information regarding the issue.
|
Get the existing NetworkElement instance that's already connected to the network element Returns: The existing NetworkElement instance |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:26 2014 | http://epydoc.sourceforge.net |