public class VersionMismatchException extends IOException
ConnectionManager.testConnection(String, int, int)
,
Serialized FormConstructor and Description |
---|
VersionMismatchException(String message,
String clientVersion,
String serverVersion)
Creates a
VersionMismatchException . |
Modifier and Type | Method and Description |
---|---|
boolean |
doAutoUpdate()
Deprecated.
since 5.2.200803, auto update not longer implemented, no replacement.
|
String |
getClientVersion() |
String |
getServerVersion() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VersionMismatchException(String message, String clientVersion, String serverVersion)
VersionMismatchException
.message
- The error message.clientVersion
- The client version.serverVersion
- The server version.public String getClientVersion()
public String getServerVersion()
@Deprecated public boolean doAutoUpdate()
false
.false
, not longer implemented.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210