Package com.swiftmq.admin.cli
Class CLIReconnectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.swiftmq.admin.cli.CLIException
-
- com.swiftmq.admin.cli.CLIReconnectedException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form