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>
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 SQLExceptiongetErrorCode, getNextException, getSQLState, iterator, setNextExceptionMethods declared in class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods declared in class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods declared in interface IterableforEach, spliterator
- 
Constructor Details- 
SyncFactoryExceptionpublic SyncFactoryException()Creates newSyncFactoryExceptionwithout detail message.
- 
SyncFactoryExceptionConstructs anSyncFactoryExceptionwith the specified detail message.- Parameters:
- msg- the detail message.
 
 
-