FileDocCategorySizeDatePackage
SyncFactoryException.javaAPI DocJava SE 5 API1092Fri Aug 26 14:57:52 BST 2005javax.sql.rowset.spi

SyncFactoryException

public class SyncFactoryException extends SQLException
Indicates an error with SyncFactory mechanism. A disconnected RowSet implementation cannot be used without a SyncProvider being successfully instantiated
version
0.2
author
Jonathan Bruce
see
javax.sql.rowset.spi.SyncFactory
see
javax.sql.rowset.spi.SyncFactoryException

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.

param
msg the detail message.

        super(msg);
    
Methods Summary