public class ProtocolVersionMismatchError extends MoleculerError
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
actual |
protected java.lang.String |
received |
code, data, name, nodeID, retryable, stack, stackTrace, type| Constructor and Description |
|---|
ProtocolVersionMismatchError(java.lang.String nodeID,
java.lang.String actual,
java.lang.String received) |
ProtocolVersionMismatchError(io.datatree.Tree payload) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActual() |
java.lang.String |
getReceived() |
getCode, getData, getName, getStack, getType, isRemote, isRetryable, printStackTrace, printStackTrace, printStackTrace, toTree, toTreeprotected final java.lang.String actual
protected final java.lang.String received