public class ProtocolVersionMismatchException extends ProtocolException
| Constructor and Description |
|---|
ProtocolVersionMismatchException(Version clientVersion,
Version serverVersion) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClientMajor()
The client's AMQP specification major version.
|
int |
getClientMinor()
The client's AMQP specification minor version.
|
Version |
getClientVersion()
The client's AMQP specification version.
|
int |
getServerMajor()
The server's AMQP specification major version.
|
int |
getServerMinor()
The server's AMQP specification minor version.
|
Version |
getServerVersion()
The server's AMQP specification version.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Version getClientVersion()
public Version getServerVersion()
public int getClientMajor()
public int getClientMinor()
public int getServerMajor()
public int getServerMinor()
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.