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

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 服务器 API » 使用 Java 语言编写同步脚本 » 用于 Java 的 MobiLink 服务器 API 参考 » SynchronizationException 类

 

SynchronizationException 构造函数

语法
public SynchronizationException( )
注释

构造一个不带任何细节消息的 SynchronizationException。

语法
public SynchronizationException( java.lang.String s )
注释

用指定的细节消息构造 SynchronizationException。

参数
  • s   细节消息。