VMware GemFire Java API Reference
Package org.apache.geode.distributed
Class GatewayCancelledException
- 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.GatewayCancelledException
-
- All Implemented Interfaces:
Serializable
public class GatewayCancelledException extends CancelException
Thrown when a GemFire WAN gateway has been terminated.- Since:
- GemFire 6.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GatewayCancelledException()GatewayCancelledException(String s)GatewayCancelledException(String message, Throwable cause)GatewayCancelledException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-