org.sysunit
Class SynchronizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sysunit.SynchronizationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AlreadySynchronizedException
public class SynchronizationException
- extends Exception
Indicates an error while synchronizing.
- Version:
- $Id: SynchronizationException.java,v 1.1 2003/06/04 04:27:19 werken Exp $
- Author:
- Bob McWhirter
- See Also:
TBeanSynchronizer.sync(java.lang.String)
,
SystemTestCase.sync(java.lang.String)
,
Synchronizer.sync(java.lang.String, java.lang.String)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SynchronizationException
public SynchronizationException()
- Construct.
Copyright © 2003-2009 SpritSoft, Inc.. All Rights Reserved.