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, Iterable<Throwable>
public class SyncFactoryException
- extends SQLException
Disabled: no SafeJ information.
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()
- Class is disabled.
- Creates new
SyncFactoryException without detail message.
SyncFactoryException
public SyncFactoryException(String msg)
- Class is disabled.
- Constructs an
SyncFactoryException with the specified
detail message.
- Parameters:
msg - the detail message.