Class VersionMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.espirit.firstspirit.access.store.VersionMismatchException
All Implemented Interfaces:
Serializable

public class VersionMismatchException extends IOException
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 Details

    • VersionMismatchException

      public VersionMismatchException(String message, String clientVersion, String serverVersion)
      Parameters:
      message - The error message.
      clientVersion - The client version.
      serverVersion - The server version.
      Since:
      4.0
  • Method Details

    • getClientVersion

      public String getClientVersion()
      Since:
      4.0
    • getServerVersion

      public String getServerVersion()
      Since:
      4.0
    • doAutoUpdate

      @Deprecated public boolean 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 returns false.
      Returns:
      Always returns false, not longer implemented.
      Since:
      4.0