Contents Index ShutdownListener interface Writing Synchronization Scripts in .NET

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts in Java
    MobiLink Java API Reference

SynchronizationException class


Thrown to indicate that there is an error condition that makes the completion of the current synchronization impossible. Throwing this exception will force the MobiLink server to rollback.

SynchronizationException constructors 

public SynchronizationException( )

Constructs a SynchronizationException with no detail message.

public SynchronizationException( java.lang.String s )

Constructs a SynchronizationException with the specified detail message. There is one parameter, s, which specifies a detail message.


Contents Index ShutdownListener interface Writing Synchronization Scripts in .NET