Class ClusterTopologyCheckedException

    • Constructor Detail

      • ClusterTopologyCheckedException

        public ClusterTopologyCheckedException​(String msg)
        Creates new topology exception with given error message.
        Parameters:
        msg - Error message.
      • ClusterTopologyCheckedException

        public ClusterTopologyCheckedException​(String msg,
                                               @Nullable
                                               @Nullable Throwable cause)
        Creates new topology exception with given error message and optional nested exception.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).
    • Method Detail

      • retryReadyFuture

        public void retryReadyFuture​(IgniteInternalFuture<?> readyFut)
        Parameters:
        readyFut - Retry ready future.