Class ClientConnectionException

  • All Implemented Interfaces:
    Serializable

    public class ClientConnectionException
    extends ClientException
    Indicates all the Ignite servers specified in the client configuration are no longer available.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientConnectionException

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

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