javax.sql.rowset.spi
Class SyncFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
javax.sql.rowset.spi.SyncFactoryException
- All Implemented Interfaces:
- Serializable

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
Methods inherited from class java.lang.Throwable  |
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString  |
SyncFactoryException

public SyncFactoryException()
- Creates new
SyncFactoryException without detail message.
SyncFactoryException

public SyncFactoryException(String
msg)
- Constructs an
SyncFactoryException with the specified
detail message.
- Parameters:
msg - the detail message.