Class SyncFactoryException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class SyncFactoryException extends SQLException
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 Details

    • SyncFactoryException

      public SyncFactoryException()
      Creates new SyncFactoryException without detail message.
    • SyncFactoryException

      public SyncFactoryException(String msg)
      Constructs an SyncFactoryException with the specified detail message.
      Parameters:
      msg - the detail message.