Searched defs:SyncFactoryException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DSyncFactoryException.java37 * @see javax.sql.rowset.spi.SyncFactoryException
39 public class SyncFactoryException extends java.sql.SQLException { class in inherits:java.sql.SQLException
42 * Creates new <code>SyncFactoryException</code> without detail message.
44 public SyncFactoryException() { method in class:SyncFactoryException
48 * Constructs an <code>SyncFactoryException</code> with the specified
53 public SyncFactoryException(String msg) { method in class:SyncFactoryException

Completed in 55 milliseconds