Package Summary  Overview Summary

class:SyncFactoryException [NONE]

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<java.lang.Throwable>


    public class SyncFactoryException
    extends java.sql.SQLException
    Indicates an error with SyncFactory mechanism. A disconnected RowSet implementation cannot be used without a SyncProvider being successfully instantiated
    See Also:
    SyncFactory, SyncFactoryException, Serialized Form

constructor:SyncFactoryException() [NONE]

  • SyncFactoryException

    public SyncFactoryException()
    Creates new SyncFactoryException without detail message.

constructor:SyncFactoryException(java.lang.String) [NONE]

  • SyncFactoryException

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