Class IgniteClientDisconnectedException

  • All Implemented Interfaces:
    Serializable

    public class IgniteClientDisconnectedException
    extends IgniteException
    Exception thrown from Ignite API when client node disconnected from cluster.
    See Also:
    Serialized Form
    • Constructor Detail

      • IgniteClientDisconnectedException

        public IgniteClientDisconnectedException​(IgniteFuture<?> reconnectFut,
                                                 String msg)
        Parameters:
        reconnectFut - Reconnect future.
        msg - Error message.
      • IgniteClientDisconnectedException

        public IgniteClientDisconnectedException​(IgniteFuture<?> reconnectFut,
                                                 String msg,
                                                 @Nullable
                                                 @Nullable Throwable cause)
        Parameters:
        reconnectFut - Reconnect future.
        msg - Error message.
        cause - Optional nested exception (can be null).
    • Method Detail

      • reconnectFuture

        public IgniteFuture<?> reconnectFuture()
        Returns:
        Future that will be completed when client reconnected.