MobiLink Synchronization User's Guide
Writing Synchronization Scripts in Java
MobiLink Java API Reference
Thrown to indicate that there is an error condition that makes any further synchronization on the server impossible. Throwing this exception causes the MobiLink server to shut down.
public ServerException( )
Constructs a ServerException with no detail message.
public ServerException( java.lang.String s )
Constructs a ServerException with a specified detail message. There is one parameter, s, which specifies the detailed message.