org.sysunit
Class SynchronizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SynchronizationException()
          Construct.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchronizationException

public SynchronizationException()
Construct.



Copyright © 2003-2009 SpritSoft, Inc.. All Rights Reserved.