Class GridClientDisconnectedException

  • All Implemented Interfaces:
    Serializable

    public class GridClientDisconnectedException
    extends GridClientException
    This exception is thrown when client has no Grid topology and (probably temporary) can't obtain it.
    See Also:
    Serialized Form
    • Constructor Detail

      • GridClientDisconnectedException

        public GridClientDisconnectedException​(String msg,
                                               GridClientException cause)
        Creates exception with given message and cause.
        Parameters:
        msg - Error message.
        cause - Cause exception.