Class ForcedDisconnectException

  • All Implemented Interfaces:
    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
    • Constructor Detail

      • ForcedDisconnectException

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

        public ForcedDisconnectException​(String message,
                                         Throwable cause)