Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait