org.sysunit
Class AlreadySynchronizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sysunit.SynchronizationException
org.sysunit.AlreadySynchronizedException
- All Implemented Interfaces:
- Serializable
public class AlreadySynchronizedException
- extends SynchronizationException
Denotes attempt to synchronize a TBean at multiple
sync-points simultaneously.
- Author:
- Bob McWhirter
- See Also:
TBeanSynchronizer.sync(java.lang.String)
,
SystemTestCase.sync(java.lang.String)
,
Serialized Form
AlreadySynchronizedException
public AlreadySynchronizedException(String tbeanId,
String syncPoint)
- Construct.
- Parameters:
tbeanId
- TBean id.syncPoint
- Sync-point id.
getTBeanId
public String getTBeanId()
- Retrieve the TBean id.
- Returns:
- The TBean id.
getSyncPoint
public String getSyncPoint()
- Retrieve the sync-point id.
- Returns:
- The sync-point id.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- See Also:
Throwable
Copyright © 2003-2010 SpritSoft, Inc.. All Rights Reserved.