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:
Serializable
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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString