Class ProtocolMismatchException

All Implemented Interfaces:
Serializable

public final class ProtocolMismatchException extends RpcException
Исключение, которое сигнализирует о несовместимости peers на этапе optional protocol handshake.

Exception raised when an optional protocol handshake detects incompatible peers.

See Also:
  • Constructor Details

    • ProtocolMismatchException

      public ProtocolMismatchException(String message)
      Создаёт исключение с описанием несовместимости.

      Creates an exception with a mismatch description.

      Parameters:
      message - описание несовместимости / mismatch description