Class ProtocolMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.pathcreator.pyc.rpc.core.exceptions.RpcException
ru.pathcreator.pyc.rpc.core.exceptions.ProtocolMismatchException
- All Implemented Interfaces:
Serializable
Исключение, которое сигнализирует о несовместимости peers на этапе
optional protocol handshake.
Exception raised when an optional protocol handshake detects incompatible peers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolMismatchException(String message) Создаёт исключение с описанием несовместимости. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProtocolMismatchException
Создаёт исключение с описанием несовместимости.Creates an exception with a mismatch description.
- Parameters:
message- описание несовместимости / mismatch description
-