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 - Server Administration » MobiLink Server APIs » Writing synchronization scripts in Java » MobiLink server API for Java reference » ServerException class

 

ServerException constructors

Syntax
public ServerException( )
Remarks

Constructs a ServerException with no detail message.

Syntax
public ServerException( java.lang.String s )
Remarks

Constructs a ServerException with a specified detail message.

Parameters
  • s   The detailed message.

Example

See: ServerException class.