Class DistributedSystemDisconnectedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DistributedSystemDisconnectedException
    extends CancelException
    Thrown when a GemFire distributed system has been terminated.
    Since:
    GemFire 6.0
    See Also:
    Serialized Form
    • Constructor Detail

      • DistributedSystemDisconnectedException

        public DistributedSystemDisconnectedException()
      • DistributedSystemDisconnectedException

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

        public DistributedSystemDisconnectedException​(java.lang.Throwable cause)
      • DistributedSystemDisconnectedException

        public DistributedSystemDisconnectedException​(java.lang.String s)