Gemfire JavaDocs_test
Package org.apache.geode.distributed
Class TXManagerCancelledException
- 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.TXManagerCancelledException
-
- All Implemented Interfaces:
java.io.Serializable
public class TXManagerCancelledException extends CancelException
Thrown when a GemFire transaction manager has been terminated.- Since:
- GemFire 6.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TXManagerCancelledException()
TXManagerCancelledException(java.lang.String s)
TXManagerCancelledException(java.lang.String message, java.lang.Throwable cause)
TXManagerCancelledException(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
-
TXManagerCancelledException
public TXManagerCancelledException()
-
TXManagerCancelledException
public TXManagerCancelledException(java.lang.String message, java.lang.Throwable cause)
-
TXManagerCancelledException
public TXManagerCancelledException(java.lang.Throwable cause)
-
TXManagerCancelledException
public TXManagerCancelledException(java.lang.String s)
-
-