Class IncompatibleSystemException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IncompatibleSystemException
    extends GemFireException
    An IncompatibleSystemException is thrown when a new GemFire process tries to connect to an existing distributed system and its version is not the same as that of the distributed system. In this case the new member is not allowed to connect to the distributed system.

    As of GemFire 5.0 this exception should be named IncompatibleDistributedSystemException

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IncompatibleSystemException​(java.lang.String message)
      Creates a new IncompatibleSystemException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IncompatibleSystemException

        public IncompatibleSystemException​(java.lang.String message)
        Creates a new IncompatibleSystemException.
        Parameters:
        message - the detail message