public class

SyncFactoryException

extends SQLException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.sql.SQLException
         ↳ javax.sql.rowset.spi.SyncFactoryException

Class Overview

Indicates an error with SyncFactory mechanism. A disconnected RowSet implementation cannot be used without a SyncProvider being successfully instantiated

Summary

Public Constructors
SyncFactoryException()
Creates new SyncFactoryException without detail message.
SyncFactoryException(String msg)
Constructs an SyncFactoryException with the specified detail message.
[Expand]
Inherited Methods
From class java.sql.SQLException
From class java.lang.Throwable
From class java.lang.Object
From interface java.lang.Iterable

Public Constructors

public SyncFactoryException ()

Creates new SyncFactoryException without detail message.

public SyncFactoryException (String msg)

Constructs an SyncFactoryException with the specified detail message.

Parameters
msg the detail message.