java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
javax.sql.rowset.spi.SyncFactoryException
- All Implemented Interfaces:
- Serializable,- Iterable<Throwable>
Indicates an error with 
SyncFactory mechanism. A disconnected
 RowSet implementation cannot be used  without a SyncProvider
 being successfully instantiated- Since:
- 1.5
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreates newSyncFactoryExceptionwithout detail message.Constructs anSyncFactoryExceptionwith the specified detail message.
- 
Method SummaryMethods declared in class java.sql.SQLExceptiongetErrorCode, getNextException, getSQLState, iterator, setNextExceptionMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods declared in interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
SyncFactoryExceptionpublic SyncFactoryException()Creates newSyncFactoryExceptionwithout detail message.
- 
SyncFactoryExceptionConstructs anSyncFactoryExceptionwith the specified detail message.- Parameters:
- msg- the detail message.
 
 
-