Gemfire JavaDocs
Package org.apache.geode.cache
Class CommitIncompleteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.cache.CacheException
-
- org.apache.geode.cache.TransactionException
-
- org.apache.geode.cache.CommitIncompleteException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommitIncompleteException extends TransactionException
Thrown when a commit fails to complete due to errors- Since:
- GemFire 5.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommitIncompleteException(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-