Class IncompatibleAPIVersionsException

All Implemented Interfaces:
Serializable

public class IncompatibleAPIVersionsException extends EnvironmentFailureException
Exception that is thrown if the client can not talk to the server because of API version incompatibility.
See Also:
  • Constructor Details

    • IncompatibleAPIVersionsException

      public IncompatibleAPIVersionsException(int clientVersion, int serverVersion)