com.gemstone.gemfire.cache
Class FailedSynchronizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.FailedSynchronizationException
- All Implemented Interfaces:
- Serializable
public class FailedSynchronizationException
- extends CacheRuntimeException
Thrown when a cache transaction fails to register with the
UserTransaction (aka JTA transaction), most likely the
cause of the UserTransaction's
javax.transaction.Status#STATUS_MARKED_ROLLBACK
status.
- Since:
- 4.0
- See Also:
UserTransaction,
Transaction,
Status,
Serialized Form
FailedSynchronizationException
public FailedSynchronizationException(String msg)
- Constructs an instance of
FailedSynchronizationException with the
specified detail message.
- Parameters:
msg - the detail message
FailedSynchronizationException
public FailedSynchronizationException(String msg,
Throwable cause)
- Constructs an instance of
FailedSynchronizationException with the
specified detail message and cause.
- Parameters:
msg - the detail messagecause - the causal Throwable
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.