Package org.apache.geode.distributed
Class OplogCancelledException
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.OplogCancelledException
- All Implemented Interfaces:
Serializable
Thrown when a GemFire operation log has been terminated.
- Since:
- GemFire 6.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOplogCancelledException(String message, Throwable cause) OplogCancelledException(Throwable cause) -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toStringMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
OplogCancelledException
public OplogCancelledException() -
OplogCancelledException
-
OplogCancelledException
-
OplogCancelledException
-