Gemfire JavaDocs
Package org.apache.geode.distributed
Class DistributedSystemDisconnectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.cache.CacheRuntimeException
-
- org.apache.geode.CancelException
-
- org.apache.geode.distributed.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 Summary
Constructors Constructor Description DistributedSystemDisconnectedException()
DistributedSystemDisconnectedException(java.lang.String s)
DistributedSystemDisconnectedException(java.lang.String message, java.lang.Throwable cause)
DistributedSystemDisconnectedException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
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)
-
-