Package Summary  Overview Summary

class:SyncFactoryException [NONE]

public class SyncFactoryException
extends SQLException

Indicates an error with SyncFactory mechanism. A disconnected RowSet implementation cannot be used without a SyncProvider being successfully instantiated

See Also:
SyncFactory, SyncFactoryException, Serialized Form

constructor:SyncFactoryException() [NONE]

SyncFactoryException

public SyncFactoryException()
Creates new SyncFactoryException without detail message.

constructor:SyncFactoryException(java.lang.String) [NONE]

SyncFactoryException

public SyncFactoryException(java.lang.String msg)
Constructs an SyncFactoryException with the specified detail message.

Parameters:
msg - the detail message.