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 Summary
ConstructorsConstructorDescriptionCreates newSyncFactoryException
without detail message.Constructs anSyncFactoryException
with the specified detail message. -
Method Summary
Methods inherited from class SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
SyncFactoryException
public SyncFactoryException()Creates newSyncFactoryException
without detail message. -
SyncFactoryException
Constructs anSyncFactoryException
with the specified detail message.- Parameters:
msg
- the detail message.
-