Contents Index ServerContext interface ShutdownListener interface

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts in Java
    MobiLink Java API Reference

ServerException class


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.

ServerException constructors 

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.


Contents Index ServerContext interface ShutdownListener interface