Class ClientReconnectedException

  • All Implemented Interfaces:
    Serializable

    public class ClientReconnectedException
    extends ClientException
    Indicates that previous connection was lost and a new connection established, which can lead to inconsistency of non-atomic operations.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientReconnectedException

        public ClientReconnectedException()
        Default constructor.
      • ClientReconnectedException

        public ClientReconnectedException​(String msg)
        Constructs a new exception with the specified message.
        Parameters:
        msg - Detailed exception message.
      • ClientReconnectedException

        public ClientReconnectedException​(String msg,
                                          Throwable cause)
        Constructs a new exception with the specified cause and detail message.
        Parameters:
        msg - the detail message.
        cause - the cause.