Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Writing Synchronization Scripts in Java » MobiLink server API for Java Reference » SynchronizationException class

SynchronizationException class Next Page

SynchronizationException constructors


Syntax

public SynchronizationException( )

Remarks

Constructs a SynchronizationException with no detail message.

Syntax

public SynchronizationException( java.lang.String s )

Remarks

Constructs a SynchronizationException with the specified detail message.

Parameters