com.gemstone.gemfire.distributed
Class GatewayCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.CancelException
com.gemstone.gemfire.distributed.GatewayCancelledException
- All Implemented Interfaces:
- Serializable
public class GatewayCancelledException
- extends CancelException
Thrown when a GemFire oplog has been terminated.
- Since:
- 6.0
- See Also:
- Serialized Form
GatewayCancelledException
public GatewayCancelledException()
GatewayCancelledException
public GatewayCancelledException(String message,
Throwable cause)
GatewayCancelledException
public GatewayCancelledException(Throwable cause)
GatewayCancelledException
public GatewayCancelledException(String s)
Copyright © 1997-2012 VMware, Inc. All rights reserved.