Class CLIReconnectedException

All Implemented Interfaces:
Serializable

public class CLIReconnectedException extends CLIException
A CLIReconnectedException is thrown by CLI if a CLI call fails because CLI has automatic reconnected after a connection lost. The client should catch this exception, restore it's context by executing 'wr', 'sr', and 'cc' commands and retry the failed CLI call.
Since:
6.0
Author:
IIT GmbH, Bremen/Germany
See Also: