Class VersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.espirit.firstspirit.access.store.VersionMismatchException
- All Implemented Interfaces:
Serializable
This exception is thrown if a firstspirit client version doesn't fit together with the firstspirit server version
and therefore communication problem are expected.
- Since:
- 4.0
- See Also:
-
Constructor Summary
ConstructorDescriptionVersionMismatchException
(String message, String clientVersion, String serverVersion) Creates aVersionMismatchException
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.since 5.2.200803, auto update not longer implemented, no replacement.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VersionMismatchException
Creates aVersionMismatchException
.- Parameters:
message
- The error message.clientVersion
- The client version.serverVersion
- The server version.- Since:
- 4.0
-
-
Method Details
-
getClientVersion
- Since:
- 4.0
-
getServerVersion
- Since:
- 4.0
-
doAutoUpdate
Deprecated.since 5.2.200803, auto update not longer implemented, no replacement.Client auto update is deprecated and not longer implemented. This methods always returnsfalse
.- Returns:
- Always returns
false
, not longer implemented. - Since:
- 4.0
-