ProtocolViolationException| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
|
ClientMajor
(r)
|
The client's AMQP specification major version. |
| public |
|
ClientMinor
(r)
|
The client's AMQP specification minor version. |
| public |
|
ServerMajor
(r)
|
The peer's AMQP specification major version. |
| public |
|
ServerMinor
(r)
|
The peer's AMQP specification minor version. |
| Flags | Name | Summary |
|---|---|---|
| public |
ProtocolVersionMismatchException(int clientMajor, int clientMinor, int serverMajor, int serverMinor)
|
Fills the new instance's properties with the values passed in. |