Class ForcedDisconnectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ForcedDisconnectException
    extends CancelException
    An ForcedDisconnectException is thrown when a GemFire application is removed from the distributed system due to membership constraints such as network partition detection.
    Since:
    GemFire 5.7
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ForcedDisconnectException

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

        public ForcedDisconnectException​(java.lang.String message,
                                         java.lang.Throwable cause)