Class VersionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IncompatibleVersionException, UnsupportedVersionException

public abstract class VersionException extends GemFireCheckedException
An VersionException is an exception that indicates a client / server version mismatch exception has occurred.
Since:
GemFire 5.7
See Also:
  • Constructor Details

    • VersionException

      public VersionException()
      Constructs a new VersionException.
    • VersionException

      public VersionException(String s)
      Constructs a new VersionException with a message string.
      Parameters:
      s - the detail message
    • VersionException

      public VersionException(String s, Throwable cause)
      Constructs a VersionException with a message string and a base exception
      Parameters:
      s - the detail message
      cause - the cause
    • VersionException

      public VersionException(Throwable cause)
      Constructs a VersionException with a cause
      Parameters:
      cause - the cause