Class NotConnectedException

All Implemented Interfaces:
Serializable

public final class NotConnectedException extends RpcException
Исключение, которое сообщает, что RPC-канал сейчас не connected к peer-у.

Exception indicating that the RPC channel is not currently connected to the peer.

See Also:
  • Constructor Details

    • NotConnectedException

      public NotConnectedException(String reason)
      Создаёт исключение с описанием причины отсутствия соединения.

      Creates an exception with a not-connected reason message.

      Parameters:
      reason - описание причины / reason message