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

SQL Anywhere 11.0.1 (Français) » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in Java » MobiLink server API for Java reference » SynchronizationException class

 

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
  • s   A detail message.