Class ProtocolVersionMismatchError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
services.moleculer.error.MoleculerError
services.moleculer.error.ProtocolVersionMismatchError
- All Implemented Interfaces:
Serializable
Protocol version mismatch exception.
- See Also:
-
Field Summary
FieldsFields inherited from class MoleculerError
code, data, name, nodeID, retryable, stack, stackTrace, type -
Constructor Summary
ConstructorsConstructorDescriptionProtocolVersionMismatchError(io.datatree.Tree payload) ProtocolVersionMismatchError(String nodeID, String actual, String received) -
Method Summary
Methods inherited from class MoleculerError
getCode, getData, getName, getStack, getType, isRemote, isRetryable, printStackTrace, printStackTrace, printStackTrace, toTree, toTreeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
actual
-
received
-
-
Constructor Details
-
ProtocolVersionMismatchError
-
ProtocolVersionMismatchError
public ProtocolVersionMismatchError(io.datatree.Tree payload)
-
-
Method Details
-
getActual
-
getReceived
-