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 参考 » ServerException 类

 

ServerException 构造函数

语法
public ServerException( )
注释

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

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

构造带有指定细节消息的 ServerException。

参数
  • s   细节消息。

示例

请参见: ServerException 类.