JavaTM 2 Platform Std. Ed. v1.5.0
javax.sql.rowset.spi
Class SyncFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
javax.sql.rowset.spi.SyncFactoryException
- All Implemented Interfaces:
- Serializable
public class SyncFactoryException - extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|