Save This Page
Home » openjdk-7 » javax » sql » rowset » spi » [javadoc | source]
javax.sql.rowset.spi
public class: SyncFactoryException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.sql.SQLException
            javax.sql.rowset.spi.SyncFactoryException

All Implemented Interfaces:
    Iterable, Serializable

Indicates an error with SyncFactory mechanism. A disconnected RowSet implementation cannot be used without a SyncProvider being successfully instantiated
Field Summary
static final  long serialVersionUID     
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public SyncFactoryException() 
 public SyncFactoryException(String msg) 
    Constructs an SyncFactoryException with the specified detail message.
    Parameters:
    msg - the detail message.
Methods from java.sql.SQLException:
getErrorCode,   getNextException,   getSQLState,   iterator,   setNextException
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait