SyncFactoryExceptionpublic class SyncFactoryException extends SQLException Indicates an error with SyncFactory mechanism. A disconnected
RowSet implementation cannot be used without a SyncProvider
being successfully instantiated |
Fields Summary |
---|
static final long | serialVersionUID |
Constructors Summary |
---|
public SyncFactoryException()Creates new SyncFactoryException without detail message.
| public SyncFactoryException(String msg)Constructs an SyncFactoryException with the specified
detail message.
super(msg);
|
|