public class SyncFactoryException extends SQLException
SyncFactory mechanism. A disconnected RowSet implementation cannot be used without a
SyncProvider being successfully instantiated
SyncFactory,
SyncFactoryException,
Serialized Form
| Constructor and Description |
|---|
SyncFactoryException()
Creates new
SyncFactoryException without detail message.
|
SyncFactoryException(String
Constructs an
SyncFactoryException with the specified detail message.
|
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic SyncFactoryException()
SyncFactoryException without detail message.
public SyncFactoryException(Stringmsg)
SyncFactoryException with the specified detail message.
msg - the detail message.